You are here

public property LdapAuthenticationConf::$allowOnlyIfTextInDn in Lightweight Directory Access Protocol (LDAP) 8.2

Same name and namespace in other branches
  1. 7.2 ldap_authentication/LdapAuthenticationConf.class.php \LdapAuthenticationConf::allowOnlyIfTextInDn
  2. 7 ldap_authentication/LdapAuthenticationConf.class.php \LdapAuthenticationConf::allowOnlyIfTextInDn

text which must be present in user's LDAP entry's DN for user to authenticate with LDAP e.g. "ou=people"

Type: string

File

ldap_authentication/LdapAuthenticationConf.class.php, line 146

Class

LdapAuthenticationConf

Code

public $allowOnlyIfTextInDn = array();