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_r334052232
 
 

 ##########
 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
 
 Review comment:
   ```suggestion
   This is all that is required to enable the manual importing of LDAP users, 
the 
   ```

----------------------------------------------------------------
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

Reply via email to