From: Stefan Metzmacher Date: Tue, 23 Aug 2016 10:41:48 +0000 (+0200) Subject: s3:include: remove unused DEFAULT_TRUST_ACCOUNT_PASSWORD_LENGTH X-Git-Tag: samba-4.4.10~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cc7a293c2bec4170205310d5576e9a2cdbc564d;p=thirdparty%2Fsamba.git s3:include: 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 21cbf8e4db6928a8a3fb712b3750bb50c1201948) --- diff --git a/source3/include/smb.h b/source3/include/smb.h index 7eeef880d73..a9a4fbe89ed 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -736,12 +736,6 @@ struct node_status_extra { #define SAFE_NETBIOS_CHARS ". -_" -/* 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 - #define PORT_NONE 0 #ifndef LDAP_PORT #define LDAP_PORT 389