Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AuthenticationMethodLdapProperties

Package version

Ldap authentication method properties. This feature is in preview.

Hierarchy

  • AuthenticationMethodLdapProperties

Index

Properties

Optional searchBaseDistinguishedName

searchBaseDistinguishedName: undefined | string

Distinguished name of the object to start the recursive search of users from.

Optional searchFilterTemplate

searchFilterTemplate: undefined | string

Template to use for searching. Defaults to (cn=%s) where %s will be replaced by the username used to login.

Optional serverCertificates

serverCertificates: Certificate[]

Optional serverHostname

serverHostname: undefined | string

Hostname of the LDAP server.

Optional serverPort

serverPort: undefined | number

Port of the LDAP server.

Optional serviceUserDistinguishedName

serviceUserDistinguishedName: undefined | string

Distinguished name of the look up user account, who can look up user details on authentication.

Optional serviceUserPassword

serviceUserPassword: undefined | string

Password of the look up user.

Generated using TypeDoc