https://bugzilla.wikimedia.org/show_bug.cgi?id=28377
--- Comment #4 from Solitarius <[email protected]> 2011-04-06 07:29:52 UTC --- Commenting the following line in LocalSettings.php make the error disappear. require_once("$IP/extensions/LdapAuthentication/LdapAuthentication.php"); $wgAuth = new LdapAuthenticationPlugin(); $wgLDAPDomainNames = array('Novell eDirectory'); $wgLDAPServerNames = array('Novell eDirectory' => '*******'); $wgLDAPSearchAttributes = array('Novell eDirectory' => 'uid'); $wgLDAPEncryptionType = array('Novell eDirectory' => 'ssl'); $wgLDAPProxyAgent = array('Novell eDirectory' => 'cn=*****'); $wgLDAPProxyAgentPassword = array('Novell eDirectory' => '*****'); $wgLDAPUseLocal = true; # LDAP AutoAuthentication require_once("$IP/extensions/LdapAuthentication/LdapAutoAuthentication.php"); $wgLDAPAutoAuthDomain = 'Novell eDirectory'; $wgLDAPAutoAuthUsername = $_SERVER["PHP_AUTH_USER"]; if ( true ) { AutoAuthSetup(); } -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
