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!