From 899ae849e87bf4c294f8e30d0de9a17917526321 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 1 Nov 2006 03:21:04 +0000 Subject: 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) --- source4/ldap_server/config.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/ldap_server/config.mk') 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 -- cgit