summaryrefslogtreecommitdiffstats
path: root/source3/auth
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-01-22 10:53:11 +1300
committerAndreas Schneider <asn@cryptomilk.org>2014-04-15 10:13:12 +0200
commitf5cff447130e4984d96812cfecc00465fbe4cb34 (patch)
tree30307f76930769fad8026be19b07c1219f256e35 /source3/auth
parent6478b6f6694207943da040df73d0d1fb10576ef2 (diff)
downloadsamba-f5cff447130e4984d96812cfecc00465fbe4cb34.tar.gz
samba-f5cff447130e4984d96812cfecc00465fbe4cb34.tar.xz
samba-f5cff447130e4984d96812cfecc00465fbe4cb34.zip
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>
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. */