Default to use 2b tokens.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15990 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-08-26 20:35:13 +00:00
parent 3c5b1b2444
commit 6258f30973

View File

@@ -126,7 +126,7 @@ v5_convert(krb5_context context, krb5_ccache id,
_kafs_foldup(c, c);
krb5_appdefault_string (context, "libkafs",
c,
"afs-use-524", "yes", &val);
"afs-use-524", "2b", &val);
free(c);
if (strcasecmp(val, "local") == 0 ||