Additional fix for SF Feature #3387473
This commit is contained in:
parent
2d018aad7b
commit
696c266eee
@ -1377,7 +1377,7 @@ class ldap extends DS {
|
|||||||
|
|
||||||
# Option 3: try cn=config
|
# Option 3: try cn=config
|
||||||
$olc_schema = 'olc'.$schema_to_fetch;
|
$olc_schema = 'olc'.$schema_to_fetch;
|
||||||
$old_schema_found = false;
|
$olc_schema_found = false;
|
||||||
if (is_null($schema_search)) {
|
if (is_null($schema_search)) {
|
||||||
if (DEBUG_ENABLED)
|
if (DEBUG_ENABLED)
|
||||||
debug_log('Attempting cn=config work-around...',24,0,__FILE__,__LINE__,__METHOD__);
|
debug_log('Attempting cn=config work-around...',24,0,__FILE__,__LINE__,__METHOD__);
|
||||||
|
Loading…
Reference in New Issue
Block a user