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