InstanceLdapAuthServer

data class InstanceLdapAuthServer(val account: String, val baseDn: String, val emailMapping: String? = null, val filter: String? = null, val isSsl: Boolean? = null, val loginNameMapping: String? = null, val mobileMapping: String? = null, val nameMapping: String? = null, val password: String? = null, val port: Int, val server: String, val standbyServer: String? = null)

Constructors

Link copied to clipboard
constructor(account: String, baseDn: String, emailMapping: String? = null, filter: String? = null, isSsl: Boolean? = null, loginNameMapping: String? = null, mobileMapping: String? = null, nameMapping: String? = null, password: String? = null, port: Int, server: String, standbyServer: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The username of the account that is used for the LDAP server.

Link copied to clipboard

The Base distinguished name (DN).

Link copied to clipboard
val emailMapping: String? = null

The field that is used to indicate the email address of a user on the LDAP server.

Link copied to clipboard
val filter: String? = null

The condition that is used to filter users.

Link copied to clipboard
val isSsl: Boolean? = null

Specifies whether to support SSL.

Link copied to clipboard

The field that is used to indicate the logon name of a user on the LDAP server.

Link copied to clipboard
val mobileMapping: String? = null

The field that is used to indicate the mobile phone number of a user on the LDAP server.

Link copied to clipboard
val nameMapping: String? = null

The field that is used to indicate the name of a user on the LDAP server.

Link copied to clipboard
val password: String? = null

The password of the account that is used for the LDAP server.

Link copied to clipboard
val port: Int

The port that is used to access the LDAP server.

Link copied to clipboard

The address of the LDAP server.

Link copied to clipboard
val standbyServer: String? = null

The address of the secondary LDAP server.