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:34:33 +0100
commite0119dd2158f0a4c0c768589fbaaf68c75939d3d (patch)
treef84abdefa491a7b45dbc93c831e6510937750ab9
parentaa79c0d039d5d40c694e949628be2ea92a236f6f (diff)
downloadsamba-e0119dd2158f0a4c0c768589fbaaf68c75939d3d.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 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