mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-30 05:48:18 +00:00
HAVE_KERBEROS -> HAVE_KERB4
This commit is contained in:
parent
5d132edc19
commit
f5f05a899a
@ -59,7 +59,7 @@
|
||||
#include "pathnames.h"
|
||||
#include "compat.h"
|
||||
|
||||
#ifdef HAVE_KERBEROS
|
||||
#ifdef HAVE_KERB4
|
||||
#undef _PASSWD_LEN
|
||||
#define _PASSWD_LEN 128
|
||||
#else
|
||||
@ -70,7 +70,7 @@
|
||||
#define _PASSWD_LEN 8
|
||||
#endif /* HAVE_C2_SECURITY */
|
||||
#endif /* _PASSWD_LEN */
|
||||
#endif /* HAVE_KERBEROS */
|
||||
#endif /* HAVE_KERB4 */
|
||||
|
||||
|
||||
/******************************************************************
|
||||
|
Loading…
x
Reference in New Issue
Block a user