07-31-2008 05:20 AM
org.alfresco.repo.security.authentication.AuthenticationException: Unable to connect to LDAP Server; check LDAP configuration
…
Caused by: javax.naming.CommunicationException: localhost:7001 [Root exception is java.net.ConnectException: Connection refused: connect]
…
Caused by: java.net.ConnectException: Connection refused: connect
ldap.authentication.userNameFormat=%s
# The LDAP context factory to use
ldap.authentication.java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory
# The URL to connect to the LDAP server
ldap.authentication.java.naming.provider.url=ldap://localhost:7001/dc=alfresco_domain
# The authentication mechanism to use
ldap.authentication.java.naming.security.authentication=DIGEST-MD5
# The default principal to use (only used for LDAP sync)
ldap.authentication.java.naming.security.principal=cn=Admin
# The password for the default principal (only used for LDAP sync)
ldap.authentication.java.naming.security.credentials=weblogic
08-01-2008 06:12 AM
ldap.authentication.userNameFormat=cn=%s
# The LDAP context factory to use
ldap.authentication.java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory
# The URL to connect to the LDAP server
ldap.authentication.java.naming.provider.url=ldap://localhost:7001/dc=alfresco_domain
# The authentication mechanism to use
ldap.authentication.java.naming.security.authentication=simple
# The default principal to use (only used for LDAP sync)
ldap.authentication.java.naming.security.principal=cn=Admin
# The password for the default principal (only used for LDAP sync)
ldap.authentication.java.naming.security.credentials=weblogic
08-11-2008 11:11 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.