#ifdef SLAPD_LDBM
#include "back-ldbm/external.h"
#endif
-#ifdef SLAPD_BDB2
-#include "back-bdb2/external.h"
-#endif
#ifdef SLAPD_PASSWD
#include "back-passwd/external.h"
#endif
#if defined(SLAPD_LDBM) && !defined(SLAPD_LDBM_DYNAMIC)
{"ldbm", ldbm_back_initialize},
#endif
-#if defined(SLAPD_BDB2) && !defined(SLAPD_BDB2_DYNAMIC)
- {"bdb2", bdb2_back_initialize},
-#endif
#if defined(SLAPD_PASSWD) && !defined(SLAPD_PASSWD_DYNAMIC)
{"passwd", passwd_back_initialize},
#endif
"\t-r directory\n"
#endif
"\t-s level\tSyslog Level\n"
-#ifdef SLAPD_BDB2
- "\t-t\t\tEnable BDB2 timing\n"
-#endif
#if defined(HAVE_SETUID) && defined(HAVE_SETGID)
"\t-u user\tUser (id or name) to ran as\n"
#endif
#ifdef LOG_LOCAL4
"l:"
#endif
-#ifdef SLAPD_BDB2
- "t"
-#endif
#if defined(HAVE_SETUID) && defined(HAVE_SETGID)
"u:g:"
#endif
break;
#endif
-#ifdef SLAPD_BDB2
- case 't': /* timed server */
- serverMode |= SLAP_TIMED_MODE;
- break;
-#endif
-
#ifdef HAVE_CHROOT
case 'r':
if( sandbox ) free(sandbox);