You are here

public property LdapServer::$userAttributeNeededCache in Lightweight Directory Access Protocol (LDAP) 7.2

Same name and namespace in other branches
  1. 8.2 ldap_servers/LdapServer.class.php \LdapServer::userAttributeNeededCache
  2. 7 ldap_servers/LdapServer.class.php \LdapServer::userAttributeNeededCache

Array of attributes needed keyed on $op such as 'user_update'.

File

ldap_servers/LdapServer.class.php, line 103
Defines server classes and related functions.

Class

LdapServer
LDAP Server Class.

Code

public $userAttributeNeededCache = [];