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
commite29d92c0612fab735dc9ce9bc2b16fa256ded569 (patch)
treed364a2e2c83bf602f0b9c44c2103563721e62149
parent6cc7a293c2bec4170205310d5576e9a2cdbc564d (diff)
downloadsamba-e29d92c0612fab735dc9ce9bc2b16fa256ded569.tar.gz
s4:libcli/raw: 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 e9c184088cbbb47e48d9e96fc753a56c544301dc)
-rw-r--r--source4/libcli/raw/smb.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source4/libcli/raw/smb.h b/source4/libcli/raw/smb.h
index 5bde657af64..d770fa56149 100644
--- a/source4/libcli/raw/smb.h
+++ b/source4/libcli/raw/smb.h
@@ -297,13 +297,6 @@
#define UID_FIELD_INVALID 0
-/* 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
-
-
/*
filesystem attribute bits
*/