You are here

constant LDAP_USER_PROV_RESULT_NO_PWD in Lightweight Directory Access Protocol (LDAP) 8.2

Same name and namespace in other branches
  1. 7.2 ldap_user/ldap_user.module \LDAP_USER_PROV_RESULT_NO_PWD
1 use of LDAP_USER_PROV_RESULT_NO_PWD
LdapUserConf::provisionLdapEntry in ldap_user/LdapUserConf.class.php
given a drupal account, provision an ldap entry if none exists. if one exists do nothing

File

ldap_user/ldap_user.module, line 56
Module for the LDAP User Entity

Code

define('LDAP_USER_PROV_RESULT_NO_PWD', 1);