constant LDAP_USER_PROV_RESULT_NO_ERROR in Lightweight Directory Access Protocol (LDAP) 8.2
Same name and namespace in other branches
- 7.2 ldap_user/ldap_user.module \LDAP_USER_PROV_RESULT_NO_ERROR
2 uses of LDAP_USER_PROV_RESULT_NO_ERROR
- LdapUserConf::drupalUserToLdapEntry in ldap_user/
LdapUserConf.class.php - populate ldap entry array for provisioning
- LdapUserConf::synchToLdapEntry in ldap_user/
LdapUserConf.class.php - given a drupal account, synch to related ldap entry
File
- ldap_user/
ldap_user.module, line 55 - Module for the LDAP User Entity
Code
define('LDAP_USER_PROV_RESULT_NO_ERROR', 0);