public property LdapUserConf::$provisionSidFromDirection in Lightweight Directory Access Protocol (LDAP) 7.2
Same name and namespace in other branches
- 8.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 38
Class
Code
public $provisionSidFromDirection = [
LDAP_USER_PROV_DIRECTION_TO_DRUPAL_USER => LDAP_USER_NO_SERVER_SID,
LDAP_USER_PROV_DIRECTION_TO_LDAP_ENTRY => LDAP_USER_NO_SERVER_SID,
];