mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-03 15:55:40 +00:00
added KERBEROS support (long passwords)
This commit is contained in:
@@ -59,6 +59,10 @@
|
|||||||
#include "pathnames.h"
|
#include "pathnames.h"
|
||||||
#include "compat.h"
|
#include "compat.h"
|
||||||
|
|
||||||
|
#ifdef HAVE_KERBEROS
|
||||||
|
#undef _PASSWD_LEN
|
||||||
|
#define _PASSWD_LEN 128
|
||||||
|
#else
|
||||||
#ifndef _PASSWD_LEN
|
#ifndef _PASSWD_LEN
|
||||||
#ifdef HAVE_C2_SECURITY
|
#ifdef HAVE_C2_SECURITY
|
||||||
#define _PASSWD_LEN 24
|
#define _PASSWD_LEN 24
|
||||||
@@ -66,6 +70,7 @@
|
|||||||
#define _PASSWD_LEN 8
|
#define _PASSWD_LEN 8
|
||||||
#endif /* HAVE_C2_SECURITY */
|
#endif /* HAVE_C2_SECURITY */
|
||||||
#endif /* _PASSWD_LEN */
|
#endif /* _PASSWD_LEN */
|
||||||
|
#endif /* HAVE_KERBEROS */
|
||||||
|
|
||||||
|
|
||||||
/******************************************************************
|
/******************************************************************
|
||||||
|
Reference in New Issue
Block a user