You are here

constant LDAP_SUCCESS in Lightweight Directory Access Protocol (LDAP) 8.2

Same name in this branch
  1. 8.2 ldap_servers/ldap_servers.module \LDAP_SUCCESS
  2. 8.2 ldap_help/ldap_test_script/functions.inc \LDAP_SUCCESS
Same name and namespace in other branches
  1. 7.2 ldap_servers/ldap_servers.module \LDAP_SUCCESS
  2. 7.2 ldap_help/ldap_test_script/functions.inc \LDAP_SUCCESS
  3. 7 ldap_servers/ldap_servers.module \LDAP_SUCCESS
  4. 7 ldap_help/ldap_test_script/functions.inc \LDAP_SUCCESS
9 uses of LDAP_SUCCESS
LdapServer::bind in ldap_servers/LdapServer.class.php
* Bind (authenticate) against an active LDAP database. * *
LdapServer::connect in ldap_servers/LdapServer.class.php
Connect Method
LdapServerTest::bind in ldap_test/LdapServerTest.class.php
* Bind (authenticate) against an active LDAP database. * *
ldap_authentication_test_credentials in ldap_authentication/ldap_authentication.inc
ldap_help_connect in ldap_help/ldap_test_script/functions.inc

... See full list

File

ldap_servers/ldap_servers.module, line 63

Code

define('LDAP_SUCCESS', 0x0);