I activated ldap_auth plugin but on logging in I am getting an error "Unable to create the user - contact system administrator". I checked apache logs,its communicating with the ldap server but failing to create an account. Any idea whats going wrong.
Also, is there any properly working ldap authentication plugin for elgg 1.8.8
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- YuYo@YuYo

YuYo - 0 likes
- Juho Jaakkola@juho.jaakkola

Juho Jaakkola - 0 likes
You must log in to post replies.Any update with this? I'm getting the same error ...
Last time I had this problem I managed to find three separate reasons:
1. Some of the LDAP usernames were only three characters whereas the default minimum for Elgg is four. That I fixed by adding in engine/settings.php:
2. One of the users didn't have email at all in LDAP
3. One user had an email that had already been registered for an existing account (by default Elgg does not allow duplicate emails)