Skip to content
Snippets Groups Projects
Commit 0a924989 authored by - Snow's avatar - Snow
Browse files

Issue #2685607 by queenvictoria: LDAP_DEREF_NEVER is not (never) defined. But...

Issue #2685607 by queenvictoria: LDAP_DEREF_NEVER is not (never) defined. But don't define it twice.
parent 5bb380fc
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,8 @@ define('LDAP_INVALID_DN_SYNTAX', 0x22);
define('LDAP_IS_LEAF', 0x23);
define('LDAP_ALIAS_DEREF_PROBLEM', 0x24);
define('LDAP_DEREF_NEVER', 0x25);
if ( ! defined('LDAP_DEREF_NEVER') )
define('LDAP_DEREF_NEVER', 0x25);
define('LDAP_INAPPROPRIATE_AUTH', 0x30);
define('LDAP_INVALID_CREDENTIALS', 0x31);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment