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:
Johan Danielsson
1996-08-31 20:42:48 +00:00
parent dbd9c54df4
commit 667e86ee11
5 changed files with 5 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ pop_pass (POP *p)
sprintf (tkt, TKT_ROOT "_popper.%d", (int)getpid());
krb_set_tkt_string (tkt);
if (krb_verify_user(p->user, "", lrealm, p->pop_parm[1], 1, "pop") &&
verify_unix_user(p->user, p->pop_parm[1])) {
unix_verify_user(p->user, p->pop_parm[1])) {
dest_tkt ();
return (pop_msg(p,POP_FAILURE,
"Password supplied for \"%s\" is incorrect.",