r107131 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r107130
|
r107131
|
r107132
>
Date:
02:55, 23 December 2011
Author:
laner
Status:
deferred
Tags:
ldap
Comment:
When binding against ldap, save the bound user so that we can check before we rebind.
Modified paths:
/trunk/extensions/LdapAuthentication/LdapAuthentication.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/LdapAuthentication/LdapAuthentication.php
—
—
@@ -1805,6 +1805,7 @@
1806
1806
$this->printDebug( "with password: $password", HIGHLYSENSITIVE );
1807
1807
return false;
1808
1808
}
1809
+ $this->boundAs = $userdn;
1809
1810
return true;
1810
1811
}
1811
1812
Sign-offs
User
Flag
Date
Nikerabbit
inspected
13:45, 23 December 2011
Status & tagging log
19:17, 23 December 2011
Johnduhart
(
talk
|
contribs
)
changed the
status
of r107131
[
removed:
new
added:
deferred]
06:59, 23 December 2011
RobLa
(
talk
|
contribs
)
changed the
tags
for r107131
[
added:
ldap]