diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-07-16 16:08:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:28:39 -0500 |
commit | 77619f37a02da09a77f3fac4cb86df5e40839b2a (patch) | |
tree | 4ad8bbc6e3f63add546b79a3dc15bcefbe8d1a86 /source3/include/ads.h | |
parent | fc3f3c655b62bd002c7ba34550bb0d138cc309dd (diff) | |
download | samba-77619f37a02da09a77f3fac4cb86df5e40839b2a.tar.gz |
r23898: rename HAVE_ADS_SASL_WRAPPING -> HAVE_LDAP_SASL_WRAPPING
metze
(This used to be commit 873eaff8febb50f00f9dac64c57b2a22c16f4f9b)
Diffstat (limited to 'source3/include/ads.h')
-rw-r--r-- | source3/include/ads.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/include/ads.h b/source3/include/ads.h index 89f54a23f25..5c15359c410 100644 --- a/source3/include/ads.h +++ b/source3/include/ads.h @@ -61,11 +61,11 @@ typedef struct { time_t last_attempt; /* last attempt to reconnect */ int port; -#ifdef HAVE_ADS_SASL_WRAPPING +#ifdef HAVE_LDAP_SASL_WRAPPING Sockbuf_IO_Desc *sbiod; /* lowlevel state for LDAP wrapping */ -#endif /* HAVE_ADS_SASL_WRAPPING */ +#endif /* HAVE_LDAP_SASL_WRAPPING */ } ldap; -#endif /* HAVE_ADS */ +#endif /* HAVE_LDAP */ } ADS_STRUCT; /* used to remember the names of the posix attributes in AD */ |