cancel
Showing results for 
Search instead for 
Did you mean: 

Problem: Labs 3 validates ALL ldap users

juan
Champ in-the-making
Champ in-the-making
We have set up Labs 3 to authenticate against  Active Directory. It works, the problem is that it validates ALL the users in LDAP regarding only users in OU.


settings:

- Windows 2003 (Domain Controller)
- NTML + SSO + CIFS working

[ldap-authentication.properties ]
ldap.authentication.userNameFormat=CN=%s,OU=intranet,DC=XXXXXXX,DC=YYY

[ntlm-authentication-context.xml]
<property name="servers">
<value>127.0.0.1,DOMAIN\SERVER</value>
</property>

(Note: at the beginning we tested CN=users, it worked and then we deleted users and changed to current config)

Thanks in advance!
2 REPLIES 2

juan
Champ in-the-making
Champ in-the-making
I am sure that the the principal and credentials I provided are OK ( I have tested them with JXplorer),
but maybe Alfresco is using a failsafe configuration authenticating users directly.

In the log file I get an:
"LDAP server does not fall back to anonymous bind for known principal and invalid credentials at ldap://ldap.com:389"

Any clue?

juan
Champ in-the-making
Champ in-the-making
It seems to be a bug in Entherprise 3 ( https://issues.alfresco.com/jira/browse/ETHREEOH-1447 ) so I suppose the same apply to Labs 3.0. Can anybody confirm it?