CacheDirectoryLdapBind

data class CacheDirectoryLdapBind(val dn: String, val password: String)

Constructors

Link copied to clipboard
constructor(dn: String, password: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dn: String

The Bind Distinguished Name (DN) identity to be used in the secure LDAP connection.

Link copied to clipboard

The Bind password to be used in the secure LDAP connection.