Change name verify_unix_user -> unix_verify_user in analogy with
krb_verify_user. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@697 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -529,7 +529,7 @@ verify(char *password)
|
||||
* First try with root password, if allowed.
|
||||
*/
|
||||
|
||||
if(appres.accept_root && verify_unix_user("root", password) == 0)
|
||||
if(appres.accept_root && unix_verify_user("root", password) == 0)
|
||||
return 0;
|
||||
/*
|
||||
* Password that log out user
|
||||
|
Reference in New Issue
Block a user