summaryrefslogtreecommitdiff
path: root/source4/auth/credentials
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-10-18 19:24:43 +0200
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-10-18 19:35:11 +0200
commit3ead246062b927e44cb75e684cc67c41109d63c4 (patch)
tree8f804542b8972f21209ee71ed43bab38b9317327 /source4/auth/credentials
parenta610ce4aa63b5bbe0886e510f7ccd9a6f95e266d (diff)
downloadsamba-3ead246062b927e44cb75e684cc67c41109d63c4.tar.gz
samba-3ead246062b927e44cb75e684cc67c41109d63c4.tar.bz2
samba-3ead246062b927e44cb75e684cc67c41109d63c4.zip
s4:"util_ldb" - remove some really unused dependancies
Diffstat (limited to 'source4/auth/credentials')
-rw-r--r--source4/auth/credentials/config.mk2
-rw-r--r--source4/auth/credentials/credentials_secrets.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/source4/auth/credentials/config.mk b/source4/auth/credentials/config.mk
index 9762966bff..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"