PaulAngus commented on a change in pull request #69: descriptions and examples
of auto import and auto sync enabling
URL:
https://github.com/apache/cloudstack-documentation/pull/69#discussion_r334053480
##########
File path: source/adminguide/accounts.rst
##########
@@ -360,20 +365,65 @@ the user are used.
#. If no CloudStack user exists it is created in the
appropriate account.
-
#. If a CloudStack user exists but is not in the appropriate
account its credentials will be moved.
-
To set up LDAP authentication in CloudStack, call the CloudStack API
command ``addLdapConfiguration`` and provide Hostname or IP address
and listening port of the LDAP server. Optionally a domain id can be
given for the domain for which this LDAP connection is valid. You could
-configure multiple servers as well. These are expected to be
+configure multiple servers as well, for the same domain. These are expected to
be
replicas. If one fails, the next one is used.
-The following global configurations should also be configured (the
-default values are for openldap)
+.. code:: bash
+
+ cloudmonkey add ldapconfiguration hostname=localhost\
+ port=389\
+
domainid=12345678-90ab-cdef-fedc-ba0987654321
+
+When LDAP is used for manual import you are done by now and the
+LisLdapUsers API can be used to query for users to import.
+
+For the auto import method an CloudStack Domain needs to be linked to
Review comment:
```suggestion
For the auto import method, a CloudStack Domain needs to be linked to
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services