constant REQUIREMENT_ERROR in LDAP integration 6
5 uses of REQUIREMENT_ERROR
- ldapauth_requirements in ./
ldapauth.install - ldapdata_requirements in ./
ldapdata.install - Implementation of hook_requirements(). Checks that ldap extension is installed during install phase only.
- ldapgroups_requirements in ./
ldapgroups.install - Implementation of hook_requirements(). Checks that ldap extension is installed during install phase only.
- ldaphelp_get_server in ldaphelp/
ldaphelp_status.inc - Get overall server and ldap modules info / versions.
- ldapsync_requirements in ./
ldapsync.install - Implementation of hook_requirements(). Checks that ldap extension is installed during install phase only.
File
- ldaphelp/
ldaphelp_status.inc, line 11 - status file for ldaphelp module
Code
define('REQUIREMENT_ERROR', 2);