From 288f6402762d29d7dd7b883608fe09a4386cdc8b Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 17 Mar 1999 22:35:48 +0000 Subject: [PATCH] (verify): use KRB_VERIFY_SECURE instead of 1 git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5569 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/xnlock/xnlock.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appl/xnlock/xnlock.c b/appl/xnlock/xnlock.c index 4ff14a288..353dd193c 100644 --- a/appl/xnlock/xnlock.c +++ b/appl/xnlock/xnlock.c @@ -632,7 +632,8 @@ verify(char *password) /* * Try to verify as user with kerberos 4. */ - ret = krb_verify_user(name, inst, realm, password, 0, NULL); + ret = krb_verify_user(name, inst, realm, password, + KRB_VERIFY_NOT_SECURE, NULL); if (ret == KSUCCESS){ if (k_hasafs()) krb_afslog(NULL, NULL);