summaryrefslogtreecommitdiffstats
path: root/base/server/cmscore/src/com/netscape/cmscore/base
diff options
context:
space:
mode:
authorFraser Tweedale <ftweedal@redhat.com>2014-07-17 00:24:06 -0400
committerFraser Tweedale <frase@frase.id.au>2015-04-07 22:38:10 -0400
commit4785f08b9fa14e2abd60533542d763bdea8082a0 (patch)
tree94ed0549d16ef39e71b8f6d4349055de98ad44b8 /base/server/cmscore/src/com/netscape/cmscore/base
parent1b44dcbdac86f5545431be4f47e6d98a743225b8 (diff)
downloadpki-4785f08b9fa14e2abd60533542d763bdea8082a0.tar.gz
pki-4785f08b9fa14e2abd60533542d763bdea8082a0.tar.xz
pki-4785f08b9fa14e2abd60533542d763bdea8082a0.zip
Add LDAPProfileSubsystem to store profiles in LDAP
Add the LDAPProfileSubsystem as another IProfileSubsystem implementation that can be used instead of ProfileSubsystem (which stores profiles on the file system) to store files in LDAP so that changes can be replicated. Extract common behaviour in to new AbstractProfileSubsystem superclass. Also address the minor issue #1220.
Diffstat (limited to 'base/server/cmscore/src/com/netscape/cmscore/base')
-rw-r--r--base/server/cmscore/src/com/netscape/cmscore/base/FileConfigStore.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/base/server/cmscore/src/com/netscape/cmscore/base/FileConfigStore.java b/base/server/cmscore/src/com/netscape/cmscore/base/FileConfigStore.java
index b77f86d78..4f8cb2743 100644
--- a/base/server/cmscore/src/com/netscape/cmscore/base/FileConfigStore.java
+++ b/base/server/cmscore/src/com/netscape/cmscore/base/FileConfigStore.java
@@ -33,12 +33,10 @@ import com.netscape.cmsutil.util.Utils;
/**
* FileConfigStore:
- * Extends HashConfigStore with methods to load/save from/to file for
+ * Extends PropConfigStore with methods to load/save from/to file for
* persistent storage. This is a configuration store agent who
* reads data from a file.
* <P>
- * Note that a LdapConfigStore can be implemented so that it reads the configuration stores from the Ldap directory.
- * <P>
*
* @version $Revision$, $Date$
* @see PropConfigStore