diff options
Diffstat (limited to 'ldap/servers/slapd/main.c')
-rw-r--r-- | ldap/servers/slapd/main.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ldap/servers/slapd/main.c b/ldap/servers/slapd/main.c index ed51825e..33e6e11e 100644 --- a/ldap/servers/slapd/main.c +++ b/ldap/servers/slapd/main.c @@ -1190,8 +1190,6 @@ main( int argc, char **argv) if (slapd_exemode != SLAPD_EXEMODE_REFERRAL) { /* else do this after seteuid() */ - lite_entries_init(); - /* setup cn=tasks tree */ task_init(); @@ -2284,11 +2282,6 @@ slapd_exemode_db2ldif(int argc, char** argv) 0, 0, 0 ); return 1; } - if ( config_is_slapd_lite () && - !slapi_config_get_readonly () && is_slapd_running() ) { - LDAPDebug( LDAP_DEBUG_ANY, "%s\n", LITE_BACKUP_ERR, 0, 0); - return 1; - } if (! (SLAPI_PLUGIN_IS_V2(plugin))) { LDAPDebug(LDAP_DEBUG_ANY, "ERROR: %s is too old to do exports.\n", @@ -2525,11 +2518,6 @@ slapd_exemode_db2archive() return 1; } - if ( config_is_slapd_lite () && !slapi_config_get_readonly () && is_slapd_running ()) { - LDAPDebug( LDAP_DEBUG_ANY, "%s\n", LITE_BACKUP_ERR, 0, 0); - return 1; - } - /* Make sure we aren't going to run slapd in * a mode that is going to conflict with other * slapd processes that are currently running |