Customizing the User RDN for LDAP Authentication
PreviousCustomizing the Search Filter for LDAP AuthenticationNextTroubleshooting Connectware on Kubernetes
Last updated
Was this helpful?
Helm version 3 is installed on your system.
The Kubernetes command line tool kubectl is configured and has access to the target installation.
You know the name and namespace of your Connectware installation. See Obtaining the name, namespace, and version of your Connectware installation.
The values.yaml file is available.
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: SNRelated Links
Last updated
Was this helpful?
Was this helpful?

