public property LdapUserConf::$provisionSidFromDirection in Lightweight Directory Access Protocol (LDAP) 8.2
Same name and namespace in other branches
- 7.2 ldap_user/LdapUserConf.class.php \LdapUserConf::provisionSidFromDirection
Associative array mapping synch directions to ldap server instances.
Type: array
File
- ldap_user/
LdapUserConf.class.php, line 36
Class
Code
public $provisionSidFromDirection = array(
LDAP_USER_PROV_DIRECTION_TO_DRUPAL_USER => LDAP_USER_NO_SERVER_SID,
LDAP_USER_PROV_DIRECTION_TO_LDAP_ENTRY => LDAP_USER_NO_SERVER_SID,
);