From 0c5fb1e398510391187054a465c6460042bfc0b2 Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Fri, 15 Apr 2016 14:36:00 -0400 Subject: Add script to enable USN plugin New authority monitor code requires the USN plugin to be enabled in the database to ensure that the entryUSN attribute is added to authority entries. In the case where this plugin was disabled, accessing this attribute resulted in a null pointer exception whch prevented server startup. The code has been changed so as not to throw a null pointer exception on startup if the entryusn is not present, and also to call an LDIF to enable the plugin when a subsystem is configured through pkispawn. --- base/ca/shared/conf/CS.cfg.in | 1 + 1 file changed, 1 insertion(+) (limited to 'base/ca/shared/conf') diff --git a/base/ca/shared/conf/CS.cfg.in b/base/ca/shared/conf/CS.cfg.in index d10d9bcd0..3f25d0ec3 100644 --- a/base/ca/shared/conf/CS.cfg.in +++ b/base/ca/shared/conf/CS.cfg.in @@ -833,6 +833,7 @@ preop.internaldb.post_ldif=/usr/share/pki/ca/conf/vlv.ldif,/usr/share/pki/ca/con preop.internaldb.wait_dn=cn=index1160589769, cn=index, cn=tasks, cn=config preop.internaldb.index_task_ldif=/usr/share/pki/ca/conf/indextasks.ldif preop.internaldb.index_wait_dn=cn=index1160589770,cn=index,cn=tasks,cn=config +preop.internaldb.usn.ldif=/usr/share/pki/server/conf/usn.ldif internaldb.multipleSuffix.enable=false jobsScheduler._000=## jobsScheduler._001=## jobScheduler -- cgit