summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-08-30 15:39:51 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:30:23 -0500
commitf5b3de4d3069eaa750240e3422bac5cb169b6c0a (patch)
tree3a7ec2e6349953f89b91423058f6058d8ed43ceb /source/include
parent08e309e955eea58df1eb88f848386eb2acbd31ba (diff)
downloadsamba-f5b3de4d3069eaa750240e3422bac5cb169b6c0a.tar.gz
samba-f5b3de4d3069eaa750240e3422bac5cb169b6c0a.tar.xz
samba-f5b3de4d3069eaa750240e3422bac5cb169b6c0a.zip
r24804: As a temporary workaround, also try to guess the server's principal in the
"not_defined_in_RFC4178@please_ignore" case to make at least LDAP SASL binds succeed with windows server 2008. Guenther
Diffstat (limited to 'source/include')
-rw-r--r--source/include/ads.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/include/ads.h b/source/include/ads.h
index 0216f536c98..37d09f1e426 100644
--- a/source/include/ads.h
+++ b/source/include/ads.h
@@ -394,4 +394,6 @@ typedef struct {
#define ADS_EXTENDED_RIGHT_APPLY_GROUP_POLICY "edacfd8f-ffb3-11d1-b41d-00a0c968f939"
+#define ADS_IGNORE_PRINCIPAL "not_defined_in_RFC4178@please_ignore"
+
#endif /* _INCLUDE_ADS_H_ */