auth: Remove unused PASSWORD_LENTH macro from pass_check.c
authorAndrew Bartlett <abartlet@samba.org>
Tue, 21 Jan 2014 21:53:11 +0000 (10:53 +1300)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 15 Apr 2014 08:13:12 +0000 (10:13 +0200)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/auth/pass_check.c

index 00decc680c04a07e77c302a15b8c3ab57381b1a0..10889bde45ec9c784378ed3d324903b43aadc31e 100644 (file)
 #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. */