allow specification of afslog in krb5.conf, noted by jhutz@cs.cmu.edu
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10755 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -622,6 +622,10 @@ main (int argc, char **argv)
|
|||||||
krb5_appdefault_boolean(context, "kinit",
|
krb5_appdefault_boolean(context, "kinit",
|
||||||
krb5_principal_get_realm(context, principal),
|
krb5_principal_get_realm(context, principal),
|
||||||
"krb4_get_tickets", TRUE, &get_v4_tgt);
|
"krb4_get_tickets", TRUE, &get_v4_tgt);
|
||||||
|
if(do_afslog == -1)
|
||||||
|
krb5_appdefault_boolean(context, "kinit",
|
||||||
|
krb5_principal_get_realm(context, principal),
|
||||||
|
"afslog", TRUE, &do_afslog);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user