I am trying to get the LDAP Plugin working for use on a corporate site here. I now see a "your domain" pull down on the log in screen which tells me I have done something correct.
My problem is that when I try logging in nothing happens. I don't see any errors. I am at a blank page that says. The address bar has http://my_server/my_wiki/index.php?title=Special:Userlogin&action=submit login&type=login&returnto=Main_Page
All I did was copy the code from http://bugzilla.wikipedia.org/attachment.cgi?id=2050&action=view into my includes directory and then paste the lines from the configuration example here... http://meta.wikimedia.org/wiki/LDAP_Authentication_Configuration_Example s#Configuration_for_an_AD_Server
I tried disabling the use of SSL by turning $wgLDAPUseSSL to false in LocalSettings.php.
Any ideas on how to debug this problem?
Thanks in advance, ~Eric
Have you compiled PHP with ldap support? I had the same problem in the past. Do you work on linux or windows? E.g. you can use tcpdump to see the network traffic between your server and the AD. If there is no action your PHP doesn't work the right way. ---------------------------------------------------- Wikimedia.org
Von: "Frederich, Eric An: "MediaWiki announcements and site admin list" P2173" <eric.frederich @siemens.com>
gesendet von: mediawiki-l-bounces @Wikimedia.org
Vom: 24.07.2006 20:52 Bitte antworten an MediaWiki announcements and site admin list
Thema: [Mediawiki-l] LDAP Help
I am trying to get the LDAP Plugin working for use on a corporate site here. I now see a "your domain" pull down on the log in screen which tells me I have done something correct.
My problem is that when I try logging in nothing happens. I don't see any errors. I am at a blank page that says. The address bar has http://my_server/my_wiki/index.php?title=Special:Userlogin&action=submit login&type=login&returnto=Main_Page
All I did was copy the code from http://bugzilla.wikipedia.org/attachment.cgi?id=2050&action=view into my includes directory and then paste the lines from the configuration example here... http://meta.wikimedia.org/wiki/LDAP_Authentication_Configuration_Example s#Configuration_for_an_AD_Server
I tried disabling the use of SSL by turning $wgLDAPUseSSL to false in LocalSettings.php.
Any ideas on how to debug this problem?
Thanks in advance, ~Eric
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
You can't just copy and paste exactly. You'll have to enter values appropriate to your site. In the newest version of the plugin, I've added in debugging code. You can enable it with:
$wgLDAPDebug = 1; #1-3, look at the meta page for what the levels are.
If you don't know what values to use, talk to your LDAP admin. He/she should know. If you need more help, please post to the discussion section of the LDAP Authentication page in meta.
V/r,
Ryan Lane
-----Original Message----- From: mediawiki-l-bounces@Wikimedia.org [mailto:mediawiki-l- bounces@Wikimedia.org] On Behalf Of Frederich, Eric P2173 Sent: Monday, July 24, 2006 1:52 PM To: MediaWiki announcements and site admin list Subject: [Mediawiki-l] LDAP Help
I am trying to get the LDAP Plugin working for use on a corporate site here. I now see a "your domain" pull down on the log in screen which tells
me
I have done something correct.
My problem is that when I try logging in nothing happens. I don't see any errors. I am at a blank page that says. The address bar has
http://my_server/my_wiki/index.php?title=Special:Userlogin&action=submit
login&type=login&returnto=Main_Page
All I did was copy the code from http://bugzilla.wikipedia.org/attachment.cgi?id=2050&action=view into
my
includes directory and then paste the lines from the configuration example here...
http://meta.wikimedia.org/wiki/LDAP_Authentication_Configuration_Example
s#Configuration_for_an_AD_Server
I tried disabling the use of SSL by turning $wgLDAPUseSSL to false in LocalSettings.php.
Any ideas on how to debug this problem?
Thanks in advance, ~Eric
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org