LDAP Authentication has been enabled. Test LDAP Connection returns successful. Test LDAP Users returns with a list of users. Test LDAP Groups is successful as well.

I sign out of Test@Liferay.com and try logging in as on of the users returned from "Test LDAP Users." Authentication fails.

Liferay throws authentication fails very quickly as if it did not even check against Active Directory.

Any suggestions? Thanks!

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

Liferay does not connect to LDAP to do authentication. It imports LDAP entities (user/groups) into it's own db. Only after import you can authenticate with user from LDAP (Liferay's copy of user).

How did you setup LDAP import setting? On startup? Periodically?

UPDATE:

  • Do you have errors in logs regarding ldap import?
  • Which version of Liferay do you use?
  • Do you have export to ldap enabled? (that never worked for me, meaning import failed because of export)
link|improve this answer
It's complicated. I've tried many different configurations. Even when I tell Liferay to do the import on startup, it still does not. The LDAP settings all return successful, but no import. – Bruno Sep 28 '11 at 13:45
feedback

Usually the best way to start troubleshooting these things is to get a network trace with something like WireShark and see what calls are being made as well as the corresponding replies.

link|improve this answer
That's a good idea..thanks! – Bruno Sep 21 '11 at 19:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.