Skip to content
Snippets Groups Projects
Commit 68fad64f authored by Mikkel Høgh's avatar Mikkel Høgh Committed by Leigh Morresi
Browse files

Issue #2321295 by mikl: [PATCH] Avoid case-insensitive constant names

parent cdc98e20
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ define('LDAP_SERVERS_ENC_TYPE_SHA', 8);
define('LDAP_SERVERS_ENC_TYPE_SALTED_SHA', 9);
define('LDAP_SERVERS_ENC_TYPE_CLEARTEXT', 10);
define('LDAP_SERVERS_CYPHER_MODE', 'cfb', 12);
define('LDAP_SERVERS_CYPHER_MODE', 'cfb');
define('LDAP_SERVERS_BIND_METHOD_SERVICE_ACCT', 1);
define('LDAP_SERVERS_BIND_METHOD_USER', 2);
......
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