From 8a2ce5c47cee499f90b125ebde83de5f9f1a9aa0 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sun, 17 Oct 2010 10:37:23 +0200 Subject: s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb/common/util.c" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They're only in use by SAMDB code. Autobuild-User: Matthias Dieter Wallnöfer Autobuild-Date: Sun Oct 17 09:40:13 UTC 2010 on sn-devel-104 --- source4/auth/credentials/config.mk | 2 +- source4/auth/credentials/credentials_secrets.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'source4/auth/credentials') diff --git a/source4/auth/credentials/config.mk b/source4/auth/credentials/config.mk index 32f415a8bf..2d3518017d 100644 --- a/source4/auth/credentials/config.mk +++ b/source4/auth/credentials/config.mk @@ -2,7 +2,7 @@ # Start SUBSYSTEM CREDENTIALS [SUBSYSTEM::CREDENTIALS] PUBLIC_DEPENDENCIES = \ - LIBCLI_AUTH SECRETS LIBCRYPTO KERBEROS UTIL_LDB HEIMDAL_GSSAPI + LIBCLI_AUTH SECRETS LIBCRYPTO KERBEROS HEIMDAL_GSSAPI PRIVATE_DEPENDENCIES = \ SECRETS SAMDB diff --git a/source4/auth/credentials/credentials_secrets.c b/source4/auth/credentials/credentials_secrets.c index 8c8043cad7..210590caff 100644 --- a/source4/auth/credentials/credentials_secrets.c +++ b/source4/auth/credentials/credentials_secrets.c @@ -27,7 +27,6 @@ #include "librpc/gen_ndr/samr.h" /* for struct samrPassword */ #include "param/secrets.h" #include "system/filesys.h" -#include "../lib/util/util_ldb.h" #include "auth/credentials/credentials.h" #include "auth/credentials/credentials_krb5.h" #include "auth/kerberos/kerberos_util.h" -- cgit