summaryrefslogtreecommitdiff
path: root/source4/auth/auth.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-10-28 08:54:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:45:26 -0500
commit152988a828ee958b9452474885460e9e46f65e79 (patch)
treee47d19417306a5fb8b556f82e48f47367754c1f8 /source4/auth/auth.h
parentea4ad9152a0cea08914580a71c3e4987d65ba284 (diff)
downloadsamba-152988a828ee958b9452474885460e9e46f65e79.tar.gz
samba-152988a828ee958b9452474885460e9e46f65e79.tar.bz2
samba-152988a828ee958b9452474885460e9e46f65e79.zip
r11366: Pass around the flags which indicate if we should support plaintext
logins and NTLM machine account logins. Andrew Bartlett (This used to be commit 421e64c2b4192bb13d2857d6c8648ff687ed653e)
Diffstat (limited to 'source4/auth/auth.h')
-rw-r--r--source4/auth/auth.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/auth/auth.h b/source4/auth/auth.h
index 392703729f..55168a5beb 100644
--- a/source4/auth/auth.h
+++ b/source4/auth/auth.h
@@ -51,6 +51,8 @@ struct auth_usersupplied_info
const char *workstation_name;
const char *remote_host;
+ uint32_t logon_parameters;
+
BOOL mapped_state;
/* the values the client gives us */
struct {