Ticket 1543 portalEnroll authentication does not load during
creation from Console
https://fedorahosted.org/pki/ticket/1543
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.
thanks,
Christina