How to integrate LDAP with Statusnet installed on centos
How to integrate LDAP with Statusnet installed on centos
| Issue ID: | 3356 |
| Issue Category: | documentation |
| Component: | integration |
| Priority: | major |
| Status: | active |
| Assigned: | Unassigned |
| Version: | 0.9 |
| Milestone: | 0.9 |
| Keywords: | statusnet with LDAP authentication |
Hello,
I am trying to integrate LDAP authentication with statusnet. My statusnet is installed on centos machine.
I installed ldap plugin using pear and added following config directives in config.php
"addPlugin('LdapAuthentication',
array('provider_name' => 'intranet', 'authoritative' => 'true', 'autoregistration' => 'true', 'domain' => 'jadoos-inc.com', 'email_changeable' => 'true', 'password_changeable' => 'false', 'host' => 'localhost', 'port' => '389', 'basedn' => 'dc=jadoos-inc,dc=com')";
but getting Incorrect username & password error while trying to login with a ldap user. It seems that its not authenticating with ldap server.
So please let me know how to solve this issue. I am stuck with this issue from last 10 days.
Waiting from your quick response.
Thanks
Sushant Chawla
Sr. Systems Engineer

Updates
#1
#2
You can also subscribe to the
RSS feed for updates to this issue.