From 0995d4d9b3059569d1fa2ed330982e4dfe021cac Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Sat, 30 Dec 2006 17:00:51 +0000 Subject: [PATCH] kaserver-deprecation-warning-20061230 The following message is now logged to both the BosLog and the AuthLog at startup. WARNING: kaserver is deprecated due to its weak security properties. Migrating to a Kerberos 5 KDC is advised. http://www.openafs.org/no-more-des.html --- src/kauth/kaserver.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/kauth/kaserver.c b/src/kauth/kaserver.c index c4fc3cf21..1ce89cf78 100644 --- a/src/kauth/kaserver.c +++ b/src/kauth/kaserver.c @@ -343,6 +343,14 @@ main(argc, argv) OpenLog(AFSDIR_SERVER_KALOG_FILEPATH); SetupLogSignals(); #endif + + fprintf(stderr, "%s: WARNING: kaserver is deprecated due to its weak security " + "properties. Migrating to a Kerberos 5 KDC is advised. " + "http://www.openafs.org/no-more-des.html\n", whoami); + ViceLog(0, ("WARNING: kaserver is deprecated due to its weak security properties. " + "Migrating to a Kerberos 5 KDC is advised. " + "http://www.openafs.org/no-more-des.html\n")); + code = afsconf_GetExtendedCellInfo(KA_conf, cell, AFSCONF_KAUTHSERVICE, &cellinfo, &clones); -- 2.39.5