mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 22:07:41 +00:00
Bug 200072 - Creating new users from LDAP at authentication time is broken
r,a=justdave
This commit is contained in:
parent
5d6a45aa87
commit
f1bde96d7b
@ -138,9 +138,9 @@ sub authenticate {
|
||||
}
|
||||
&::InsertNewUser($username, $userRealName);
|
||||
|
||||
my ($userid, $disabledtext) = $dbh->selectrow_array($sth,
|
||||
undef,
|
||||
$username);
|
||||
($userid, $disabledtext) = $dbh->selectrow_array($sth,
|
||||
undef,
|
||||
$username);
|
||||
return (AUTH_ERROR, $userid, "no_userid")
|
||||
unless $userid;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user