old krb_verify_user
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4237 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -238,7 +238,7 @@ common_auth(sia_collect_func_t *collect,
|
||||
if(krb_kuserok(toname, toinst, realm, entity->name))
|
||||
return SIADFAIL;
|
||||
ret = krb_verify_user(toname, toinst, realm,
|
||||
entity->password, 1, NULL, "");
|
||||
entity->password, 1, NULL);
|
||||
if(ret){
|
||||
if(ret != KDC_PR_UNKNOWN)
|
||||
/* since this is most likely a local user (such as
|
||||
|
Reference in New Issue
Block a user