andykimpe / rpms / 389-ds-base

Forked from rpms/389-ds-base 4 months ago
Clone
dc8c34
From 9484b6ca1be77a69b7675b96c1cf645cffcbbf2e Mon Sep 17 00:00:00 2001
dc8c34
From: Mark Reynolds <mreynolds@redhat.com>
dc8c34
Date: Tue, 18 Dec 2012 16:04:01 -0500
dc8c34
Subject: [PATCH 24/24] Ticket 541 - need to set plugin as off in ldif template
dc8c34
dc8c34
Reviewed by: richm(Thanks)
dc8c34
(cherry picked from commit 1f7195980fa7073f88ba04fce74b62b07e43e143)
dc8c34
(cherry picked from commit d324d6782f74b7e28f7a457428fe43c77b39944c)
dc8c34
---
dc8c34
 .../src/scripts/50rootdnaccesscontrolplugin.ldif   |    2 +-
dc8c34
 1 files changed, 1 insertions(+), 1 deletions(-)
dc8c34
dc8c34
diff --git a/ldap/admin/src/scripts/50rootdnaccesscontrolplugin.ldif b/ldap/admin/src/scripts/50rootdnaccesscontrolplugin.ldif
dc8c34
index 1b5e8b0..74e23f4 100644
dc8c34
--- a/ldap/admin/src/scripts/50rootdnaccesscontrolplugin.ldif
dc8c34
+++ b/ldap/admin/src/scripts/50rootdnaccesscontrolplugin.ldif
dc8c34
@@ -6,7 +6,7 @@ cn: RootDN Access Control
dc8c34
 nsslapd-pluginpath: librootdn-access-plugin.so
dc8c34
 nsslapd-plugininitfunc: rootdn_init
dc8c34
 nsslapd-plugintype: internalpreoperation
dc8c34
-nsslapd-pluginenabled: on
dc8c34
+nsslapd-pluginenabled: off
dc8c34
 nsslapd-plugin-depends-on-type: database
dc8c34
 # these will be replaced when the server loads the plugin
dc8c34
 nsslapd-pluginId: ID
dc8c34
-- 
dc8c34
1.7.1
dc8c34