diff options
author | Luke Leighton <lkcl@samba.org> | 1999-05-01 01:41:28 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-05-01 01:41:28 +0000 |
commit | 89d51caba5bed5c3329b3776e15fce2bb41f7592 (patch) | |
tree | 80f224b8c41750abf5b619782ef1192037c7f087 /source3/include | |
parent | d6ba4580d76aeb52c6fd7376e4c7f4d5f5f1a15a (diff) | |
download | samba-89d51caba5bed5c3329b3776e15fce2bb41f7592.tar.gz samba-89d51caba5bed5c3329b3776e15fce2bb41f7592.tar.bz2 samba-89d51caba5bed5c3329b3776e15fce2bb41f7592.zip |
added server ntlmv2 false/auto/true parameter, defaults to off.
(This used to be commit 209944dabc764c6ea0c471e7868306c7d8d020d4)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index f61d8e3ca8..577215913f 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1251,6 +1251,7 @@ BOOL lp_null_passwords(void); BOOL lp_strip_dot(void); BOOL lp_encrypted_passwords(void); BOOL lp_update_encrypted(void); +BOOL lp_server_ntlmv2(void); BOOL lp_syslog_only(void); BOOL lp_timestamp_logs(void); BOOL lp_browse_list(void); |