08-06-2008 03:47 AM
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<bean id="ldapInitialDirContextFactory" class="org.alfresco.repo.security.authentication.ldap.LDAPInitialDirContextFactoryImpl">
<property name="initialDirContextEnvironment">
<map>
<!– The LDAP provider –>
<entry key="java.naming.factory.initial">
<value>com.sun.jndi.ldap.LdapCtxFactory</value>
</entry>
<entry key="java.naming.provider.url">
<value>ldap://sunportal.ptqs-int.it:389</value>
</entry>
<entry key="java.naming.security.authentication">
<value>DIGEST-MD5</value>
</entry>
<entry key="java.naming.security.principal">
<value>cn=amldapuser,ou=DSAME Users</value>
<!– <value>cn=amadmin,dc=ptqs-int,dc=it</value> –>
</entry>
<entry key="java.naming.security.credentials">
<value>ptqsadmin</value>
</entry>
</map>
</property>
</bean>
</beans>
6-ago-2008 9.10.34 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive alfresco.war
09:11:35,224 INFO [alfresco.mbeans.VirtServerRegistry] Creating VirtServerRegis
try MBean
09:11:36,240 WARN [remoting.rmi.RmiRegistryFactoryBean] Could not detect RMI re
gistry - creating new one
09:11:36,458 INFO [alfresco.mbeans.VirtServerRegistry] Created JMX serverConnec
tor
09:11:36,568 DEBUG [security.authentication.ldap] preRegister called. Server=com
.sun.jmx.mbeanserver.JmxMBeanServer@fe861, name=log4j:logger=org.alfresco.repo.s
ecurity.authentication.ldap
09:11:49,124 INFO [authentication.ldap.LDAPInitialDirContextFactoryImpl] [b]LDAP s
erver does not fall back to anonymous bind for a string uid and password at ldap
://sunportal.ptqs-int.it:389
09:11:49,217 INFO [authentication.ldap.LDAPInitialDirContextFactoryImpl] LDAP s
erver does not fall back to anonymous bind for a simple dn and password at ldap:
//sunportal.ptqs-int.it:389
09:11:49,280 INFO [authentication.ldap.LDAPInitialDirContextFactoryImpl] LDAP s
erver does not fall back to anonymous bind for known principal and invalid crede
ntials at ldap://sunportal.ptqs-int.it:389 [/b]
thank anyone can help me! Elisabetta
08-07-2008 06:33 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.