Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
cc2ad31b
Commit
cc2ad31b
authored
Apr 11, 2006
by
Kurt Zeilenga
Browse files
remove more LDBM cruft
parent
5a96aa53
Changes
5
Hide whitespace changes
Inline
Side-by-side
servers/slapd/alock.c
View file @
cc2ad31b
...
...
@@ -21,7 +21,7 @@
#include
"portable.h"
#if SLAPD_BDB || SLAPD_HDB
|| SLAPD_LDBM
#if SLAPD_BDB || SLAPD_HDB
#include
"alock.h"
...
...
servers/slapd/back-monitor/database.c
View file @
cc2ad31b
...
...
@@ -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) */
...
...
servers/slapd/dn.c
View file @
cc2ad31b
...
...
@@ -1304,7 +1304,7 @@ rdn_validate( struct berval *rdn )
/* build_new_dn:
*
* Used by
ldbm/
bdb
2
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.
...
...
servers/slapd/kerberos.c
View file @
cc2ad31b
/* kerberos.c -
ldbm backend
kerberos bind routines */
/* kerberos.c - kerberos bind routines */
/* $OpenLDAP$ */
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
*
...
...
servers/slapd/slap.h
View file @
cc2ad31b
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment