[
https://issues.apache.org/jira/browse/CONNECTORS-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kishore Kumar updated CONNECTORS-1131:
--------------------------------------
Comment: was deleted
(was: Hi [[email protected]]
I have noticed that we are adding the same code to most of the pages for
Authority and Maintenance checking
{code:java}
// Check if authorized
if
(!adminprofile.checkAllowed(threadContext,IAuthorizer.CAPABILITY_VIEW_REPORTS))
{
variableContext.setParameter("target","index.jsp");
%>
<jsp:forward page="unauthorized.jsp"/>
<%
}
if
(org.apache.manifoldcf.crawler.system.ManifoldCF.checkMaintenanceUnderway())
{
%>
<jsp:forward page="maintenanceunderway.jsp"/>
<%
}
{code}
Can we add this to +adminHeaders.jsp+ so that it can be included in all the
JSPs, since adminHeaders.jsp is included in all JSPs)
> Ldap authentication for the administration console
> --------------------------------------------------
>
> Key: CONNECTORS-1131
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1131
> Project: ManifoldCF
> Issue Type: Wish
> Reporter: colin
> Assignee: Karl Wright
> Fix For: ManifoldCF 2.2
>
> Attachments: AdminProfile.java, LdapAuthenticator.java
>
>
> Hi Guys,
> Could more options be added for authenticating to the MCF administration ui?
> The username / password can be set in the properties.xml but it would make it
> easier for enterprise integration if ldap was supported.
> Thanks,
> Colin
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)