mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-03 15:55:40 +00:00
now use BUFSIZ as _PASSWD_LEN if using kerberos
This commit is contained in:
@@ -61,7 +61,7 @@
|
|||||||
|
|
||||||
#ifdef HAVE_KERB4
|
#ifdef HAVE_KERB4
|
||||||
#undef _PASSWD_LEN
|
#undef _PASSWD_LEN
|
||||||
#define _PASSWD_LEN 128
|
#define _PASSWD_LEN BUFSIZ
|
||||||
#else
|
#else
|
||||||
#ifndef _PASSWD_LEN
|
#ifndef _PASSWD_LEN
|
||||||
#ifdef HAVE_C2_SECURITY
|
#ifdef HAVE_C2_SECURITY
|
||||||
|
Reference in New Issue
Block a user