From: Stefan Metzmacher Date: Tue, 23 Aug 2016 10:41:48 +0000 (+0200) Subject: s4:libcli/raw: remove unused DEFAULT_TRUST_ACCOUNT_PASSWORD_LENGTH X-Git-Tag: samba-4.4.10~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e29d92c0612fab735dc9ce9bc2b16fa256ded569;p=thirdparty%2Fsamba.git s4:libcli/raw: remove unused DEFAULT_TRUST_ACCOUNT_PASSWORD_LENGTH BUG: https://bugzilla.samba.org/show_bug.cgi?id=12262 Signed-off-by: Stefan Metzmacher Reviewed-by: Ralph Boehme (cherry picked from commit e9c184088cbbb47e48d9e96fc753a56c544301dc) --- diff --git a/source4/libcli/raw/smb.h b/source4/libcli/raw/smb.h index 5bde657af64..d770fa56149 100644 --- a/source4/libcli/raw/smb.h +++ b/source4/libcli/raw/smb.h @@ -297,13 +297,6 @@ #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 */