summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-04-08 14:10:48 +0200
committerKarolin Seeger <kseeger@samba.org>2008-04-12 07:51:17 +0200
commitb58bfbbf82e961e9da73f3a6a9d645dadab9a360 (patch)
treef4080cebb736ce43f8d9fe2021f71a478ee6050b /source/include
parent1f83e6da0dd7ca1be921e8d123f4318ebe61d28c (diff)
downloadsamba-b58bfbbf82e961e9da73f3a6a9d645dadab9a360.tar.gz
samba-b58bfbbf82e961e9da73f3a6a9d645dadab9a360.tar.xz
samba-b58bfbbf82e961e9da73f3a6a9d645dadab9a360.zip
Add CLI_FULL_CONNECTION_FALLBACK_AFTER_KERBEROS define.
This allows to switch on the cli->fallback_after_kerberos switch. Guenther (cherry picked from commit 15ba45e567d910c1b2336dcc0c475e12b082f30f)
Diffstat (limited to 'source/include')
-rw-r--r--source/include/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/client.h b/source/include/client.h
index 0787712efbf..0e73745edbb 100644
--- a/source/include/client.h
+++ b/source/include/client.h
@@ -242,5 +242,6 @@ typedef struct file_info {
#define CLI_FULL_CONNECTION_DONT_SPNEGO 0x0001
#define CLI_FULL_CONNECTION_USE_KERBEROS 0x0002
#define CLI_FULL_CONNECTION_ANONYMOUS_FALLBACK 0x0004
+#define CLI_FULL_CONNECTION_FALLBACK_AFTER_KERBEROS 0x0008
#endif /* _CLIENT_H */