mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
aklog: Fix allow_weak_crypto warning
It's _crypto, not _enctypes. The user will just be more confused than
before if we tell them to do the wrong thing.
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>
(cherry picked from commit f6f145c90f
)
Change-Id: I17978b15f140729760ce84f1a7af913eac97d836
Reviewed-on: http://gerrit.openafs.org/8940
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Paul Smeddle <paul.smeddle@gmail.com>
This commit is contained in:
parent
0399446de3
commit
d9ce43be3e
@ -622,7 +622,7 @@ rxkad_get_ticket(krb5_context context, char *realm,
|
|||||||
afs_com_err(progname, status, "while getting AFS tickets");
|
afs_com_err(progname, status, "while getting AFS tickets");
|
||||||
#ifdef KRB5_CC_NOT_KTYPE
|
#ifdef KRB5_CC_NOT_KTYPE
|
||||||
if (status == 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
|
#endif
|
||||||
status = AKLOG_KERBEROS;
|
status = AKLOG_KERBEROS;
|
||||||
|
Loading…
Reference in New Issue
Block a user