(krb4_verify_password): use KRB_VERIFY_SECURE instead of 1
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5570 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -26,8 +26,8 @@ krb4_verify_password (POP *p)
|
|||||||
TKT_ROOT "_popper.%u", (unsigned)getpid());
|
TKT_ROOT "_popper.%u", (unsigned)getpid());
|
||||||
krb_set_tkt_string (tkt);
|
krb_set_tkt_string (tkt);
|
||||||
|
|
||||||
status = krb_verify_user(p->user,
|
status = krb_verify_user(p->user, "", lrealm,
|
||||||
"", lrealm, p->pop_parm[1], 1, "pop");
|
p->pop_parm[1], KRB_VERIFY_SECURE, "pop");
|
||||||
dest_tkt(); /* no point in keeping the tickets */
|
dest_tkt(); /* no point in keeping the tickets */
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user