@@ -657,55 +657,35 @@ Configure CloudStack LDAP Settings
657657
658658Configure the following LDAP-related settings in the global settings:
659659
660- .. list-table :: LDAP Settings
661- :header-rows: 1
662- :widths: 25 25 25 35
660+ .. cssclass :: table-striped table-bordered table-hover
663661
664- * - Setting
665- - OpenLDAP
666- - Active Directory
667- - Description
668- * - ``ldap.basedn ``
669- - ``OU=APAC,DC=company,DC=com ``
670- - ``DC=company,DC=com ``
671- - Sets the base DN for LDAP searches.
672- * - ``ldap.search.group.principle ``
673- - ``CN=ACSGroup,DC=company,DC=com ``
674- - ``CN=ACSGroup,CN=Users,DC=company,DC=com ``
675- - *(Optional) * If set, only users belonging to this group are listed.
676- * - ``ldap.bind.principal ``
677- - ``CN=ACSServiceAccount,OU=APAC,DC=company,DC=com ``
678- - ``CN=ACSServiceAccount,CN=Users,DC=company,DC=com ``
679- - Service account used to list users under the configured base DN.
680- Avoid using privileged accounts such as ``Administrator ``.
681- * - ``ldap.bind.password ``
682- - ``**************** ``
683- - ``**************** ``
684- - Password for the bind DN. Entered in plain text but stored encrypted.
685- * - ``ldap.user.object ``
686- - ``inetOrgPerson ``
687- - ``user ``
688- - LDAP object class representing user accounts.
689- * - ``ldap.email.attribute ``
690- - ``mail ``
691- - ``mail ``
692- - Attribute used to retrieve the user email address.
693- * - ``ldap.firstname.attribute ``
694- - ``givenName ``
695- - ``givenName ``
696- - Attribute used to retrieve the user first name.
697- * - ``ldap.lastname.attribute ``
698- - ``sn ``
699- - ``sn ``
700- - Attribute used to retrieve the user last name.
701- * - ``ldap.group.object ``
702- - ``groupOfUniqueNames ``
703- - ``groupOfUniqueNames ``
704- - LDAP object class representing groups.
705- * - ``ldap.group.user.uniquemember ``
706- - ``uniqueMember ``
707- - ``uniqueMember ``
708- - Attribute defining user membership within a group.
662+ ==================================== ================================ =====================================================================
663+ Setting Example Value Description
664+ ==================================== ================================ =====================================================================
665+ ldap.basedn DC=company,DC=com Base DN for LDAP searches.
666+
667+ ldap.search.group.principle CN=ACSGroup,CN=Users,DC=company,DC=com
668+ *(Optional) * If set, only users belonging to this group are listed.
669+
670+ ldap.bind.principal CN=ACSServiceAccount,CN=Users,DC=company,DC=com
671+ Service account used to list users under the configured base DN.
672+ Avoid using privileged accounts such as ``Administrator ``.
673+
674+ ldap.bind.password **************** Password for the bind DN.
675+ Entered in plain text but stored encrypted.
676+
677+ ldap.user.object user LDAP object class representing user accounts.
678+
679+ ldap.email.attribute mail Attribute used to retrieve the user email address.
680+
681+ ldap.firstname.attribute givenName Attribute used to retrieve the user first name.
682+
683+ ldap.lastname.attribute sn Attribute used to retrieve the user last name.
684+
685+ ldap.group.object groupOfUniqueNames LDAP object class representing groups.
686+
687+ ldap.group.user.uniquemember uniqueMember Attribute defining user membership within a group.
688+ ==================================== ================================ =====================================================================
709689
710690
711691Restart CloudStack Management Services
0 commit comments