Set up Liferay 61. RC1 on a Windows Server 2008 R2 using a SQL Server database. I have managed to import from Active Directory the users I want. However, I cannot log in using the credentials of a user that has been imported. Worked in 6.0.6 (set up the same way) but not the release candidate.
portal-ext.properties (password not imported as shouldn't it pass through credentials?)
1ldap.import.interval=100
2ldap.import.method=group
3ldap.import.enabled=true
4ldap.import.on.startup=true
5ldap.import.user.password.enabled=false
6ldap.import.user.password.autogenerated=true
Authentication search filter is set to
(&(objectCategory=person)(sAMAccountName=@screen_name@))When I log in, I don't see anything in the Tomcat console window.
Please sign in to flag this as inappropriate.