diff --git a/appl/xnlock/xnlock.c b/appl/xnlock/xnlock.c index a25572f17..b7a9e077b 100644 --- a/appl/xnlock/xnlock.c +++ b/appl/xnlock/xnlock.c @@ -570,7 +570,7 @@ verify(char *password) * Try to verify as user with kerberos. */ - ret = krb_verify_user(name, inst, realm, password); + ret = krb_verify_user(name, inst, realm, password, 0); if(ret == KSUCCESS){ if(k_hasafs())