mirror of
https://github.com/samba-team/samba.git
synced 2025-09-19 13:44:20 +03:00
auth: Remove unused PASSWORD_LENTH macro from pass_check.c
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
committed by
Andreas Schneider
parent
6478b6f669
commit
f5cff44713
@@ -27,12 +27,6 @@
|
|||||||
#undef DBGC_CLASS
|
#undef DBGC_CLASS
|
||||||
#define DBGC_CLASS DBGC_AUTH
|
#define DBGC_CLASS DBGC_AUTH
|
||||||
|
|
||||||
/* what is the longest significant password available on your system?
|
|
||||||
Knowing this speeds up password searches a lot */
|
|
||||||
#ifndef PASSWORD_LENGTH
|
|
||||||
#define PASSWORD_LENGTH 8
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if !defined(WITH_PAM)
|
#if !defined(WITH_PAM)
|
||||||
static char *ths_salt;
|
static char *ths_salt;
|
||||||
/* This must be writable. */
|
/* This must be writable. */
|
||||||
|
Reference in New Issue
Block a user