[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: kauth/kinit



Love <lha@stacken.kth.se> writes:
> Kauth doesn't get krb4 tickets as it used to do.

What should be the behaviour of kauth if you have
`[libdefaults]krb4_get_tickets = no' ?

What about this instead?

/assar
Index: kinit.c
===================================================================
RCS file: /afs/pdc.kth.se/src/packages/kth-krb/SourceRepository/heimdal/kuser/kinit.c,v
retrieving revision 1.55
diff -u -w -u -w -r1.55 kinit.c
--- kinit.c	1999/08/04 19:40:29	1.55
+++ kinit.c	1999/08/19 17:47:14
@@ -226,7 +226,9 @@
 					NULL);
 
 #ifdef KRB4
-    get_v4_tgt = krb5_config_get_bool (context, NULL,
+    get_v4_tgt = krb5_config_get_bool_default (context,
+					       NULL,
+					       get_v4_tgt,
 				       "libdefaults",
 				       "krb4_get_tickets",
 				       NULL);