For the complete documentation index, see llms.txt. This page is also available as Markdown.

Customizing the User RDN for LDAP Authentication

Prerequisites

Customizing the Search Filter for LDAP Authentication

If your LDAP directory uses a different property than “cn” as the username that is to be used, you can specify this property in the Helm value userRdn in the global.authentication.ldap context.

Example

global:
  authentication:
    ldap:
      enabled: true
      bindDn: CN=Users,DC=company,DC=tld
      url: ldap://my-dc.complany.tld:389
      userRdn: SN

Related Links

Last updated

Was this helpful?