StratusLab / client

Command Line Interface (CLI) for StratusLab cloud services
Apache License 2.0
2 stars 1 forks source link

It should be possible to define schema into a remote LDAP server #110

Closed konstan closed 6 years ago

konstan commented 10 years ago

At the moment "Adding cloud database entries" step uses hardcoded 'localhost' and DN.

Suggestion. If (new parameter in stratuslab.conf) ldap_hostname != 'localhost' don't install/configure LDAP locally, but instead use openldap_password, openldap_admin_dn (new param) and ldap_hostname to push the Registration service schema to the remote LDAP.

Then

stratus-install --openldap --setup

would do the thing. Or instead define new option --ldap. Then,

stratus-install --ldap

which would do nothing on --install and --start and on --setup only push the schema to the remote LDAP.