summaryrefslogtreecommitdiff
path: root/source4/ldap_server/config.mk
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-11-01 03:21:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:24:44 -0500
commit899ae849e87bf4c294f8e30d0de9a17917526321 (patch)
treeea6ed1e2d44337727e31dadfdd436c59e1b49e82 /source4/ldap_server/config.mk
parent74adb98b657a09c7d729fbf90d201cf9715140ba (diff)
downloadsamba-899ae849e87bf4c294f8e30d0de9a17917526321.tar.gz
samba-899ae849e87bf4c294f8e30d0de9a17917526321.tar.bz2
samba-899ae849e87bf4c294f8e30d0de9a17917526321.zip
r19522: Remove gensec and credentials dependency from the rootdse module (less
dependency loops). This moves the evaluation of the SASL mechansim list to display in the rootDSE to the ldap server. Andrew Bartlett (This used to be commit 379da475e224d93c05d91b37902c121eb4007d97)
Diffstat (limited to 'source4/ldap_server/config.mk')
-rw-r--r--source4/ldap_server/config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/ldap_server/config.mk b/source4/ldap_server/config.mk
index f5e6636879..013be57396 100644
--- a/source4/ldap_server/config.mk
+++ b/source4/ldap_server/config.mk
@@ -11,6 +11,7 @@ OBJ_FILES = \
ldap_backend.o \
ldap_bind.o \
ldap_extended.o
+PRIVATE_DEPENDENCIES = CREDENTIALS
PUBLIC_DEPENDENCIES = \
LIBCLI_LDAP SAMDB process_model auth GENSEC_SOCKET
# End SUBSYSTEM SMB