[ 
https://issues.apache.org/jira/browse/CONNECTORS-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14604851#comment-14604851
 ] 

Karl Wright commented on CONNECTORS-1131:
-----------------------------------------

[~cJoyce]: I've committed the revised LDAP authenticator implementation to the 
branch.  You can look at it here:

https://svn.apache.org/repos/asf/manifoldcf/branches/CONNECTORS-1131/framework/core/src/main/java/org/apache/manifoldcf/core/auth/LdapAuthenticator.java

Please note that all the property access must be done through 
LockManagerFactory, because we need this to be cross-cluster.  The method you 
used would be local to just one cluster member.

So the next question is: what are reasonable default values for all of these?

{code}
  private static final String PROVIDER_URL_PROPERTY = 
"org.apache.manifoldcf.login.ldap.providerurl";
  private static final String SECURITY_AUTHENTICATION_TYPE = 
"org.apache.manifoldcf.login.ldap.securityauthenticationtype";
  private static final String SECURITY_PRINCIPLE = 
"org.apache.manifoldcf.login.ldap.securityprinciple";
  private static final String CONTEXT_SEARCH_QUERY = 
"org.apache.manifoldcf.login.ldap.contextsearchquery";
  private static final String SEARCH_ATTRIBUTE = 
"org.apache.manifoldcf.login.ldap.searchattribute";
{code}



> 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 1.10, 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)

Reply via email to