From: Volker Lendecke Date: Mon, 11 Jun 2012 11:32:07 +0000 (+0200) Subject: s3: Add CLI_FULL_CONNECTION_USE_NT_HASH X-Git-Tag: samba-4.0.0beta2~202 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4fb283e70e26c3328f1ab86276a5728601cc3432;p=thirdparty%2Fsamba.git s3: Add CLI_FULL_CONNECTION_USE_NT_HASH ... as an indicator that the password supplied is the NT hash Signed-off-by: Stefan Metzmacher --- diff --git a/source3/include/client.h b/source3/include/client.h index 18bf26eed34..3ebac4c52c9 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 */