View Juho Jaakkola's plugins
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.
It does work with 1.8. Are you sure your PHP is compiled with the LDAP module (line if (!function_exists('ldap_connect')) return false; in start.php
Thank you Bruno for sharing your work. Please consider publishing your code on github to make it easier to contribute back. E.g. I'll write a German translation and maybe also add some features. With the way the elgg plugin repository works the result is that many people fork your code on different places and everyone works only on his fork which is a shame since we could all benefit from each other.
https://github.com/bruno-infotrad/ldap_auth
dear Bruno:
Please I want one help.
Step -1
Here I used ELGG -8.0 VERSION
NOW I WANT CONNECT LDAP WITH MY ELGG.
Here I DOWNLODE Ldap plugion https://community.elgg.org/plugins/384363/0.2/ldap-authentication-plugin
step-2
In my linux sysrem i installed ldap
step-3
Then I put it that ldap plugin in my mod directry with in a elgg folder
Then in my ldap setting page i entered this details but not not login in my ldap username and password at elgg logins please give me a solution dude
ldap://mylocal ip address
:admin username
DC=----,DC=----,DC=com
username
firstname:givenname, lastname:sn, mail:mail
enabled
If you turn on Elgg debug (in administration), you should get some messages in error_log. A few pointers
1) Make sure your PHP is compiled with the LDAP module (line if (!function_exists('ldap_connect')) return false; in start.php)
2) Make sure you do not have TLS turned on (needs a lot more configuration, CA certificates, etc)
3) Use network sniffer (wireshark, tcpdump) to check a connection is being initiated to the LDAP host
Thx Bruno Grossmann i Check it.Now It's Working Fine.I Never Forgot U r Help
Works on elgg 1.9.x?
@Angelo: I have not tested it yet but there is nothing in there that should cause any issue.
Hi!
I tested your plugin, but without success. I tested in elgg versions 1.8 and 1.9.
My configuration: http://goo.gl/s5vr5y
Bruno, i have in same server a wordpress installation with ldap integration working, my server is ok, any idea?
Thanks!
@Angelo: it should work fine in 1.8. Do you see any errors in the logs?
Things to check:
You can also have a look on the network (wireshark), I find it often helps.
Hi Bruno, i checked everything, and everything is ok.
Today i tested other CMS integrated in my AD server, and everything went well, i tested with XOOPS CMS. See system configuration: http://goo.gl/YI8mIM (zoom)
Really need to use the elgg as social network in a organ of the Brazilian government, however need to integrate it with our AD.
Wow!!!!
Elgg and AD works fine =D
Problem solved.
If it is not of a sensitive nature, you may want to describe what the issue was for future reference for other users.
anyone know if this plugin (or any other) can be used to turn elgg into a server for LDAP? so that other apps can sync their users to the elgg user list?