s4:libcli/raw: remove unused DEFAULT_TRUST_ACCOUNT_PASSWORD_LENGTH
authorStefan Metzmacher <metze@samba.org>
Tue, 23 Aug 2016 10:41:48 +0000 (12:41 +0200)
committerStefan Metzmacher <metze@samba.org>
Sat, 25 Feb 2017 00:35:17 +0000 (01:35 +0100)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12262

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
(cherry picked from commit e9c184088cbbb47e48d9e96fc753a56c544301dc)

source4/libcli/raw/smb.h

index 5bde657af64d98a8b8e421cd31049581c3de4ff6..d770fa56149e9a7d4a0f5b12263dd0ec58f89f69 100644 (file)
 
 #define UID_FIELD_INVALID 0
 
-/* The maximum length of a trust account password.
-   Used when we randomly create it, 15 char passwords
-   exceed NT4's max password length */
-
-#define DEFAULT_TRUST_ACCOUNT_PASSWORD_LENGTH 14
-
-
 /*
   filesystem attribute bits
 */