summaryrefslogtreecommitdiff
path: root/source3/utils/ntlm_auth_proto.h
diff options
context:
space:
mode:
authorBo Yang <boyang@samba.org>2009-05-22 02:03:32 +0800
committerBo Yang <boyang@samba.org>2009-05-22 02:03:32 +0800
commit8c7a579bdcca32897bd9ee716a488568b721ed90 (patch)
tree2b4b947cbf435b4ed7e8741a23e8134dbd33150a /source3/utils/ntlm_auth_proto.h
parente65aa34078f5c2c969103a23d6693071d88672a2 (diff)
downloadsamba-8c7a579bdcca32897bd9ee716a488568b721ed90.tar.gz
samba-8c7a579bdcca32897bd9ee716a488568b721ed90.tar.bz2
samba-8c7a579bdcca32897bd9ee716a488568b721ed90.zip
s3: set winbindd request flags in ntlm_auth to make it contact trusted domain when krb5 auth is enabled
Signed-off-by: Bo Yang <boyang@samba.org>
Diffstat (limited to 'source3/utils/ntlm_auth_proto.h')
-rw-r--r--source3/utils/ntlm_auth_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/ntlm_auth_proto.h b/source3/utils/ntlm_auth_proto.h
index e48a190ed6..5f8d26465b 100644
--- a/source3/utils/ntlm_auth_proto.h
+++ b/source3/utils/ntlm_auth_proto.h
@@ -44,5 +44,6 @@ NTSTATUS contact_winbind_auth_crap(const char *username,
/* The following definitions come from utils/ntlm_auth_diagnostics.c */
bool diagnose_ntlm_auth(void);
+int get_pam_winbind_config(void);
#endif /* _NTLM_AUTH_PROTO_H_ */