summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristina Fu <cfu@redhat.com>2015-08-12 09:56:49 -0700
committerChristina Fu <cfu@redhat.com>2015-08-12 13:47:52 -0700
commita62ab357eb759ea59ea5204a046d0cab99126000 (patch)
tree98ff2353daf941cc1a52d2c6273f8489f9abef77
parentde2c76f989adcf79b083c7f324c1b9b68571f83a (diff)
downloadpki-a62ab357eb759ea59ea5204a046d0cab99126000.tar.gz
pki-a62ab357eb759ea59ea5204a046d0cab99126000.tar.xz
pki-a62ab357eb759ea59ea5204a046d0cab99126000.zip
Ticket 1543 portalEnroll authentication does not load during creation from Console
It appears that the PortalEnroll plugin was never converted to work in the Profile Framework. This patch takes out the following line from CS.cfg: auths.impl.PortalEnroll.class=com.netscape.cms.authentication.PortalEnroll so that it cannot be instantiated from the console, nor manually in CS.cfg, unless explicitly put back in. While in CS.cfg.in, I found the NSSAuth auths.impl line having no real implementation, so I remove that too.
-rw-r--r--base/ca/shared/conf/CS.cfg.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/base/ca/shared/conf/CS.cfg.in b/base/ca/shared/conf/CS.cfg.in
index d6642a406..564ee3a6b 100644
--- a/base/ca/shared/conf/CS.cfg.in
+++ b/base/ca/shared/conf/CS.cfg.in
@@ -168,8 +168,6 @@ auths.impl._001=## authentication manager implementations
auths.impl._002=##
auths.impl.AgentCertAuth.class=com.netscape.cms.authentication.AgentCertAuthentication
auths.impl.CMCAuth.class=com.netscape.cms.authentication.CMCAuth
-auths.impl.NISAuth.class=com.netscape.cms.authentication.NISAuth
-auths.impl.PortalEnroll.class=com.netscape.cms.authentication.PortalEnroll
auths.impl.SSLclientCertAuth.class=com.netscape.cms.authentication.SSLclientCertAuthentication
auths.impl.UdnPwdDirAuth.class=com.netscape.cms.authentication.UdnPwdDirAuthentication
auths.impl.UidPwdDirAuth.class=com.netscape.cms.authentication.UidPwdDirAuthentication