Skip to content

Commit 8ddb68c

Browse files
committedDec 6, 2011
Fixes #11457: Wrong comment LDAP field in config_defaults_inc.php
1 parent 4d47034 commit 8ddb68c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎config_defaults_inc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1859,7 +1859,7 @@
18591859

18601860
/**
18611861
* The LDAP field for the user's real name (i.e. common name).
1862-
* @global string $g_ldap_uid_field
1862+
* @global string $g_ldap_realname_field
18631863
*/
18641864
$g_ldap_realname_field = 'cn';
18651865

0 commit comments

Comments
 (0)