OpenLDAP
Authenticate using OpenLDAP or Active Directory.
Authentication & Identity Management · LDAP Authentication
Configuration parameters
ldap_server_vendor— LDAP Server Vendor (required)host— Server IP or Host Name (e.g., 192.168.0.1) (required)port— Port. If not specified, default port is 389, or 636 for LDAPS.credentials— User DN (e.g., cn=admin,ou=users,dc=domain,dc=com) (required)base_dn— Base DN (e.g., DC=domain,DC=com) (required)fetch_groups— Auto populate groupsgroup_filter_class— Groups Object Classgroup_identifier_attribute— Groups Unique Identifier Attributemember_identifier_attribute— Group Membership Identifier Attributeuser_filter_class— User Object Classcustom_attributes— User Defined Attributesuser_identifier_attribute— User Unique Identifier Attributepage_size— Page sizeconnection_type— Connection Type (required)ssl_version— SSL Versioninsecure— Trust any certificate (not secure)proxy— Use system proxy settings
Commands (4)
-
ad-authenticatePerforms a simple bind operation on the LDAP server.
-
ad-authenticate-and-rolesPerforms a simple bind operation on the LDAP server and returns the authenticated user's groups.
-
ad-entries-searchA generic LDAP search command.
-
ad-groupsFetches LDAP groups under a given base DN.