mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
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>
This commit is contained in:
parent
3b63a6794a
commit
4fb283e70e
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user