
Ryan.Lane at ocean
Dec 12, 2006, 1:43 PM
Post #8 of 11
(38489 views)
Permalink
|
> Yes, a blank screen. Tried SSL with much the same result. Tried > debugging at level 4, which only gives me the name of the server. > > Entering validDomain > User is using a valid domain > Setting domain as: abctech.com > Entering getCanonicalName > Username isn't empty. > Munged username: Jwgoerlich > Entering userExists > Entering authenticate > Entering Connect > Using SSL > Using servers: ldaps://dc7.abctech.com It definitely looks like PHP doesn't have LDAP support. If the connection was failing because of TLS or SSL, you'd be getting past the connect function, and would get an "Incorrect password" error. You would also see " Failed to connect" in the debugging info. > > Alternatively, since I am using PHP on IIS with integrated > authentication, couldn't I use the get_current_user() and avoid LDAP > altogether? I would think so but am foggy on how to implement this. I think there is an extension to do this, mine doesn't support it though... Is this it? http://meta.wikimedia.org/wiki/User:Otheus/Auto_Login_via_REMOTE_USER Might wanna look at this too: http://meta.wikimedia.org/wiki/Web_server_Authentication V/r, Ryan Lane _______________________________________________ MediaWiki-l mailing list MediaWiki-l [at] Wikimedia http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
|