summaryrefslogtreecommitdiffstats
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-06-11 13:32:07 +0200
committerStefan Metzmacher <metze@samba.org>2012-06-12 10:48:15 +0200
commit4fb283e70e26c3328f1ab86276a5728601cc3432 (patch)
tree1136bbf36b2059fb4a83ef373ed0353eaf025d69 /source3/include/client.h
parent3b63a6794a008b35cd7b5bc03bcc9e4f8d4124a4 (diff)
downloadsamba-4fb283e70e26c3328f1ab86276a5728601cc3432.tar.gz
samba-4fb283e70e26c3328f1ab86276a5728601cc3432.tar.xz
samba-4fb283e70e26c3328f1ab86276a5728601cc3432.zip
s3: Add CLI_FULL_CONNECTION_USE_NT_HASH
... as an indicator that the password supplied is the NT hash Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index 18bf26eed3..3ebac4c52c 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -141,5 +141,6 @@ struct file_info {
#define CLI_FULL_CONNECTION_USE_CCACHE 0x0040
#define CLI_FULL_CONNECTION_FORCE_DOS_ERRORS 0x0080
#define CLI_FULL_CONNECTION_FORCE_ASCII 0x0100
+#define CLI_FULL_CONNECTION_USE_NT_HASH 0x0200
#endif /* _CLIENT_H */