summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-05-17 14:51:55 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-05-17 14:51:55 +0000
commit0d26e9f69c49bca92a3b4c68ebe36eef24895d75 (patch)
treee20c5ff475d13bfd68fd50877a6603d6f27614f2 /source3/smbd
parentc7523c57512258007f0ac5271697fc6a9f4618d6 (diff)
downloadsamba-0d26e9f69c49bca92a3b4c68ebe36eef24895d75.tar.gz
samba-0d26e9f69c49bca92a3b4c68ebe36eef24895d75.tar.bz2
samba-0d26e9f69c49bca92a3b4c68ebe36eef24895d75.zip
Make --with-ldapsam 'go away'. This is now a standard, stable, feature
and there is no real reason for it to depend on more than the abilty to compile the code. (This used to be commit 64aaec137e39595e6e61b55eb525615683a1393c)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/build_options.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/source3/smbd/build_options.c b/source3/smbd/build_options.c
index 48fcb1e990..f52c53dda5 100644
--- a/source3/smbd/build_options.c
+++ b/source3/smbd/build_options.c
@@ -89,6 +89,12 @@ void build_options(BOOL screen)
#ifdef HAVE_KRB5
output(screen," HAVE_KRB5");
#endif
+#ifdef HAVE_GSSAPI
+ output(screen," HAVE_GSSAPI");
+#endif
+#ifdef HAVE_LDAP
+ output(screen," HAVE_LDAP");
+#endif
#ifdef WITH_AUTOMOUNT
output(screen," WITH_AUTOMOUNT\n");
#endif
@@ -101,9 +107,6 @@ void build_options(BOOL screen)
#ifdef WITH_TDB_SAM
output(screen," WITH_TDB_SAM\n");
#endif
-#ifdef WITH_LDAP_SAM
- output(screen," WITH_LDAP_SAM\n");
-#endif
#ifdef WITH_SMBPASSWD_SAM
output(screen," WITH_SMBPASSWD_SAM\n");
#endif