mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
remove more LDBM cruft
This commit is contained in:
parent
5a96aa5304
commit
cc2ad31bba
5 changed files with 4 additions and 8 deletions
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include "portable.h"
|
||||
|
||||
#if SLAPD_BDB || SLAPD_HDB || SLAPD_LDBM
|
||||
#if SLAPD_BDB || SLAPD_HDB
|
||||
|
||||
#include "alock.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -42,9 +42,6 @@ static int monitor_back_add_plugin( monitor_info_t *mi, Backend *be, Entry *e );
|
|||
#if defined(SLAPD_LDAP)
|
||||
#include "../back-ldap/back-ldap.h"
|
||||
#endif /* defined(SLAPD_LDAP) */
|
||||
#if 0 && defined(SLAPD_LDBM)
|
||||
#include "../back-ldbm/back-ldbm.h"
|
||||
#endif /* defined(SLAPD_LDBM) */
|
||||
#if defined(SLAPD_META)
|
||||
#include "../back-meta/back-meta.h"
|
||||
#endif /* defined(SLAPD_META) */
|
||||
|
|
|
|||
|
|
@ -1304,7 +1304,7 @@ rdn_validate( struct berval *rdn )
|
|||
|
||||
/* build_new_dn:
|
||||
*
|
||||
* Used by ldbm/bdb2 back_modrdn to create the new dn of entries being
|
||||
* Used by back-bdb back_modrdn to create the new dn of entries being
|
||||
* renamed.
|
||||
*
|
||||
* new_dn = parent (p_dn) + separator + rdn (newrdn) + null.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* kerberos.c - ldbm backend kerberos bind routines */
|
||||
/* kerberos.c - kerberos bind routines */
|
||||
/* $OpenLDAP$ */
|
||||
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1676,8 +1676,7 @@ struct slap_backend_db {
|
|||
|
||||
/*
|
||||
* define to honor hasSubordinates operational attribute in search filters
|
||||
* (in previous use there was a flaw with back-bdb and back-ldbm; now it
|
||||
* is fixed).
|
||||
* (in previous use there was a flaw with back-bdb; now it is fixed).
|
||||
*/
|
||||
#define be_has_subordinates bd_info->bi_has_subordinates
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue