diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-10-17 10:37:23 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-10-17 09:40:13 +0000 |
commit | 8a2ce5c47cee499f90b125ebde83de5f9f1a9aa0 (patch) | |
tree | 0bb2994e76e1a69316a057def70e4986b58c1086 /source4/auth/credentials | |
parent | 39bd4ce92055f79e55e2f228537324d7f1401cc0 (diff) | |
download | samba-8a2ce5c47cee499f90b125ebde83de5f9f1a9aa0.tar.gz samba-8a2ce5c47cee499f90b125ebde83de5f9f1a9aa0.tar.bz2 samba-8a2ce5c47cee499f90b125ebde83de5f9f1a9aa0.zip |
s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb/common/util.c"
They're only in use by SAMDB code.
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Sun Oct 17 09:40:13 UTC 2010 on sn-devel-104
Diffstat (limited to 'source4/auth/credentials')
-rw-r--r-- | source4/auth/credentials/config.mk | 2 | ||||
-rw-r--r-- | source4/auth/credentials/credentials_secrets.c | 1 |
2 files changed, 1 insertions, 2 deletions
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" |