Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/heimdal/dist/lib/krb5 Turn on the hack w...
details: https://anonhg.NetBSD.org/src/rev/a26380e8fa69
branches: trunk
changeset: 764273:a26380e8fa69
user: elric <elric%NetBSD.org@localhost>
date: Thu Apr 14 18:02:07 2011 +0000
description:
Turn on the hack which disables Kerberos if there is no /etc/krb5.conf.
We should review this logic and come up with a better way to do this as
now that there are DNS SRV RRs for locating KDCs, the lack of a config
does not imply that Kerberos should be turned off.
diffstat:
crypto/external/bsd/heimdal/dist/lib/krb5/context.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1cfee314f3d3 -r a26380e8fa69 crypto/external/bsd/heimdal/dist/lib/krb5/context.c
--- a/crypto/external/bsd/heimdal/dist/lib/krb5/context.c Thu Apr 14 18:00:30 2011 +0000
+++ b/crypto/external/bsd/heimdal/dist/lib/krb5/context.c Thu Apr 14 18:02:07 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: context.c,v 1.1.1.1 2011/04/13 18:15:32 elric Exp $ */
+/* $NetBSD: context.c,v 1.2 2011/04/14 18:02:07 elric Exp $ */
/*
* Copyright (c) 1997 - 2010 Kungliga Tekniska Högskolan
@@ -612,7 +612,7 @@
}
filenames++;
}
-#if 0
+#if 1
/* with this enabled and if there are no config files, Kerberos is
considererd disabled */
if(tmp == NULL)
Home |
Main Index |
Thread Index |
Old Index