From e0119dd2158f0a4c0c768589fbaaf68c75939d3d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 23 Aug 2016 12:41:48 +0200 Subject: 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) --- source3/include/smb.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source3/include/smb.h b/source3/include/smb.h index 7de47c805ed..24a73e57a3d 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -732,12 +732,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 -- cgit v1.2.1