public property LdapAuthenticationConf::$allowOnlyIfTextInDn in Lightweight Directory Access Protocol (LDAP) 7
Same name and namespace in other branches
- 8.2 ldap_authentication/LdapAuthenticationConf.class.php \LdapAuthenticationConf::allowOnlyIfTextInDn
- 7.2 ldap_authentication/LdapAuthenticationConf.class.php \LdapAuthenticationConf::allowOnlyIfTextInDn
Advanced options. whitelist / blacklist options
these are on the fuzzy line between authentication and authorization and determine if a user is allowed to authenticate with ldap
File
- ldap_authentication/
LdapAuthenticationConf.class.php, line 44 - This class represents an ldap_authentication module's configuration It is extended by LdapAuthenticationConfAdmin for configuration and other admin functions
Class
- LdapAuthenticationConf
- @file This class represents an ldap_authentication module's configuration It is extended by LdapAuthenticationConfAdmin for configuration and other admin functions
Code
public $allowOnlyIfTextInDn = array();