Instance Ldap Auth Server
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)
Properties
Link copied to clipboard
The field that is used to indicate the email address of a user on the LDAP server.
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
The field that is used to indicate the mobile phone number of a user on the LDAP server.
Link copied to clipboard
The field that is used to indicate the name of a user on the LDAP server.
Link copied to clipboard
The address of the secondary LDAP server.