mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 07:51:00 +00:00
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
This commit is contained in:
parent
47b4f514ca
commit
0995d4d9b3
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user