mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
split the system password checking routines out of smbd/password.c and
into passdb/pass_check.c. This means SWAT no longer needs to link to
smbd/password.c
(This used to be commit 90d93889d7
)
This commit is contained in:
@ -483,7 +483,7 @@ static int cgi_handle_authorization(char *line)
|
||||
}
|
||||
|
||||
|
||||
return password_ok(user, pass, strlen(pass), NULL);
|
||||
return pass_check(user, pass, strlen(pass), NULL, NULL);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user