From 7165dd6b72bd34ba5f14e9978338a85af34ebd4d Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 19 Jun 2011 19:15:20 +0000 Subject: fix config, use the proper search string --- modules/mediawiki/templates/LocalSettings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/mediawiki/templates/LocalSettings.php b/modules/mediawiki/templates/LocalSettings.php index a84857c8..af748dbc 100644 --- a/modules/mediawiki/templates/LocalSettings.php +++ b/modules/mediawiki/templates/LocalSettings.php @@ -140,8 +140,8 @@ $wgLDAPDomainNames = array( 'ldap'); #TODO make it workable with more than one server $wgLDAPServerNames = array( 'ldap' => 'ldap.<%= domain %>' ); -$wgLDAPSearchStrings = array( 'ldap' => 'uid'); - +$wgLDAPSearchStrings = array( 'ldap' => 'uid=USER-NAME,ou=People,<%= dc_suffix %>'); + $wgLDAPEncryptionType = array( 'ldap' => 'tls'); $wgLDAPBaseDNs = array( 'ldap' => 'ou=People,<%= dc_suffix %>'); -- cgit v1.2.1