SECURITY_AUTHENTICATION-changeable
----------------------------------
Key: CONNECTORS-183
URL: https://issues.apache.org/jira/browse/CONNECTORS-183
Project: ManifoldCF
Issue Type: Improvement
Components: Authority Service
Affects Versions: ManifoldCF next
Environment: Microsoft Windows Server 2003 R2
Microsoft Windows Server 2008 R2
Reporter: Shinichiro Abe
Priority: Minor
Fix For: ManifoldCF next
In ActiveDirectoryAuthority.java,
env.put(Context.SECURITY_AUTHENTICATION,"DIGEST-MD5 GSSAPI");
Users may want to change the constant string.
In my Windows2003/2008 environment, that does not work unless setting "simple".
Crawler-ui should allow users to the change authentication.
See:
http://java.sun.com/products/jndi/jndi-ldap-gl.html
"java.naming.security.authentication"
Direciton of improvement(at this time):
Crawler-ui allows users to input AUTHENTICATION text value.
ActiveDirectoryAuthority support "none", "simple" and the authentication
mechanism for the provider to use.
ActiveDirectoryAuthority does not support "strong", SASL authentication and SSL
protocol.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira