LdapSearchScopeOptResponse

data class LdapSearchScopeOptResponse(val groupDN: String? = null, val groupMembershipFilter: String? = null, val userDN: String? = null)

LDAP search scope

Constructors

Link copied to clipboard
constructor(groupDN: String? = null, groupMembershipFilter: String? = null, userDN: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val groupDN: String? = null

This specifies the group DN, which overrides the base DN for group lookups.

Link copied to clipboard

This specifies the custom LDAP search filter to be used when looking up group membership from LDAP server.

Link copied to clipboard
val userDN: String? = null

This specifies the user DN, which overrides the base DN for user lookups.