summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2016-08-23 12:41:48 +0200
committerStefan Metzmacher <metze@samba.org>2017-02-25 01:35:17 +0100
commit6cc7a293c2bec4170205310d5576e9a2cdbc564d (patch)
tree3b5fbd69bc65d03a9043b82510b29fda27d050cf
parent746fe432eb4fc81f62e0e6ab68c9a2b21803a50e (diff)
downloadsamba-6cc7a293c2bec4170205310d5576e9a2cdbc564d.tar.gz
s3:include: remove unused DEFAULT_TRUST_ACCOUNT_PASSWORD_LENGTH
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)
-rw-r--r--source3/include/smb.h6
1 files changed, 0 insertions, 6 deletions
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