]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:include: 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 21cbf8e4db6928a8a3fb712b3750bb50c1201948)

source3/include/smb.h

index 7eeef880d73bba41fd7a019e256dbf6fd8d2d3da..a9a4fbe89ed0ef6eceed53d71da130ae8f61d5e1 100644 (file)
@@ -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