Blob Blame History Raw
commit a62ab357eb759ea59ea5204a046d0cab99126000
Author: Christina Fu <cfu@redhat.com>
Date:   Wed Aug 12 09:56:49 2015 -0700

    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.

diff --git a/base/ca/shared/conf/CS.cfg.in b/base/ca/shared/conf/CS.cfg.in
index d6642a4..564ee3a 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