s3: Add CLI_FULL_CONNECTION_USE_NT_HASH
authorVolker Lendecke <vl@samba.org>
Mon, 11 Jun 2012 11:32:07 +0000 (13:32 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 12 Jun 2012 08:48:15 +0000 (10:48 +0200)
... as an indicator that the password supplied is the NT hash

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/include/client.h

index 18bf26eed344204cdc776e1df3ec1ea3202f4138..3ebac4c52c968619160490af9f4ef6fc2f058563 100644 (file)
@@ -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 */