summaryrefslogtreecommitdiffstats
path: root/source3/auth
diff options
context:
space:
mode:
Diffstat (limited to 'source3/auth')
-rw-r--r--source3/auth/pass_check.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/auth/pass_check.c b/source3/auth/pass_check.c
index 00decc680c0..10889bde45e 100644
--- a/source3/auth/pass_check.c
+++ b/source3/auth/pass_check.c
@@ -27,12 +27,6 @@
#undef DBGC_CLASS
#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)
static char *ths_salt;
/* This must be writable. */