From 4fb283e70e26c3328f1ab86276a5728601cc3432 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 11 Jun 2012 13:32:07 +0200 Subject: s3: Add CLI_FULL_CONNECTION_USE_NT_HASH ... as an indicator that the password supplied is the NT hash Signed-off-by: Stefan Metzmacher --- source3/include/client.h | 1 + 1 file changed, 1 insertion(+) 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 */ -- cgit