diff options
author | Michael Scherer <misc@mageia.org> | 2011-06-19 19:15:20 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-06-19 19:15:20 +0000 |
commit | 7165dd6b72bd34ba5f14e9978338a85af34ebd4d (patch) | |
tree | ecc1bce407a5b9a2e4ccf92933e104ee4976ff1b /modules/mediawiki | |
parent | a6da54bea946b14d84b0e79d72efd613618e6130 (diff) | |
download | puppet-7165dd6b72bd34ba5f14e9978338a85af34ebd4d.tar puppet-7165dd6b72bd34ba5f14e9978338a85af34ebd4d.tar.gz puppet-7165dd6b72bd34ba5f14e9978338a85af34ebd4d.tar.bz2 puppet-7165dd6b72bd34ba5f14e9978338a85af34ebd4d.tar.xz puppet-7165dd6b72bd34ba5f14e9978338a85af34ebd4d.zip |
fix config, use the proper search string
Diffstat (limited to 'modules/mediawiki')
-rw-r--r-- | modules/mediawiki/templates/LocalSettings.php | 4 |
1 files 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 %>'); |