[Fedora-directory-commits] ldapserver/ldap/ldif template-dse.ldif.in, 1.5, 1.6

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Wed Jun 4 22:22:59 UTC 2008


Author: nhosoi

Update of /cvs/dirsec/ldapserver/ldap/ldif
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32401/ldap/ldif

Modified Files:
	template-dse.ldif.in 
Log Message:
Resolves: #436837
Summary: Dynamically reload schema via task interface
Description: implemented task based schema file reloading
(see also http://directory.fedoraproject.org/wiki/Dynamically_Reload_Schema)



Index: template-dse.ldif.in
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/ldif/template-dse.ldif.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- template-dse.ldif.in	18 Oct 2007 01:22:29 -0000	1.5
+++ template-dse.ldif.in	4 Jun 2008 22:22:56 -0000	1.6
@@ -200,6 +200,16 @@
 nsslapd-plugintype: syntax
 nsslapd-pluginenabled: on
 
+dn: cn=Schema Reload,cn=plugins,cn=config
+objectclass: top
+objectclass: nsSlapdPlugin
+objectclass: extensibleObject
+cn: Schema Reload
+nsslapd-pluginpath: libschemareload-plugin
+nsslapd-plugininitfunc: schemareload_init
+nsslapd-plugintype: object
+nsslapd-pluginenabled: on
+
 dn: cn=Space Insensitive String Syntax,cn=plugins,cn=config
 objectclass: top
 objectclass: nsSlapdPlugin




More information about the Fedora-directory-commits mailing list