Bug 200072 - Creating new users from LDAP at authentication time is broken

r,a=justdave
This commit is contained in:
bbaetz%acm.org 2003-04-05 02:21:54 +00:00
Родитель 488974aec7
Коммит 8d7f523bc6
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -138,7 +138,7 @@ sub authenticate {
} }
&::InsertNewUser($username, $userRealName); &::InsertNewUser($username, $userRealName);
my ($userid, $disabledtext) = $dbh->selectrow_array($sth, ($userid, $disabledtext) = $dbh->selectrow_array($sth,
undef, undef,
$username); $username);
return (AUTH_ERROR, $userid, "no_userid") return (AUTH_ERROR, $userid, "no_userid")