summaryrefslogtreecommitdiff
path: root/source3/include/ads.h
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
commit647abf0a7b46a10c25e4d147dca2c4885b3ada7c (patch)
tree72c9e6c463f20aed1e62c259ebeaea72a2a05072 /source3/include/ads.h
parent941a783f1a01c355e4da114760ad14abab4c8f89 (diff)
downloadsamba-647abf0a7b46a10c25e4d147dca2c4885b3ada7c.tar.gz
samba-647abf0a7b46a10c25e4d147dca2c4885b3ada7c.tar.bz2
samba-647abf0a7b46a10c25e4d147dca2c4885b3ada7c.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 (This used to be commit f5b3de4d3069eaa750240e3422bac5cb169b6c0a)
Diffstat (limited to 'source3/include/ads.h')
-rw-r--r--source3/include/ads.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/ads.h b/source3/include/ads.h
index 0216f536c9..37d09f1e42 100644
--- a/source3/include/ads.h
+++ b/source3/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_ */