aklog: Fix allow_weak_crypto warning
authorAndrew Deason <adeason@sinenomine.net>
Tue, 22 Jan 2013 21:41:38 +0000 (15:41 -0600)
committerJeffrey Altman <jaltman@your-file-system.com>
Tue, 22 Jan 2013 22:46:24 +0000 (14:46 -0800)
It's _crypto, not _enctypes. The user will just be more confused than
before if we tell them to do the wrong thing.

Change-Id: Ib94b14efbd3c89d9f58fb8985326ee8691fd993b
Reviewed-on: http://gerrit.openafs.org/8938
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Reviewed-by: Simon Wilkinson <simonxwilkinson@gmail.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>

src/aklog/aklog.c

index 687a3c1..6e096b0 100644 (file)
@@ -600,7 +600,7 @@ rxkad_get_ticket(krb5_context context, char *realm,
        afs_com_err(progname, status, "while getting AFS tickets");
 #ifdef KRB5_CC_NOT_KTYPE
        if (status == KRB5_CC_NOT_KTYPE) {
-           fprintf(stderr, "allow_weak_enctypes may be required in the Kerberos configuration\n");
+           fprintf(stderr, "allow_weak_crypto may be required in the Kerberos configuration\n");
        }
 #endif
        status = AKLOG_KERBEROS;