13 Mar 2007 10:59
Bug in LDAPAuthentication.php?
Hi, I'd like to report a possible bug. I'm using MediaWiki 1.9 and am setting up OpenLDAP authentication. I was unable to add users, because of a malformed userDN of the target user. (it was something like uid=testuserou=public,dc=uranus,dc=lan) I changed this line: $username . $wgLDAPWriteLocation[$_SESSION['wsDomain']]; To: $username . ", " . $wgLDAPWriteLocation[$_SESSION['wsDomain']]; which fixed my problem. Greetings, Ger Apeldoorn ---------------------------------------------- Apeldoorn IT - http://www.gerapeldoorn.nl
RSS Feed