vtiger 5.1.0 LDAP integration

View: New views
2 Messages — Rating Filter:   Alert me  

vtiger 5.1.0 LDAP integration

by Pinaki Das :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dear members,

We have experimented the LDAP integration with vtiger 5.1.0 and have updated the patch and documentation for further community testing.


Do give it a try and let us know your feedback.

Regards
Pinaki
vtiger Team

_______________________________________________
Reach hundreds of potential candidates - http://jobs.vtiger.com 

Re: vtiger 5.1.0 LDAP integration

by psantoni :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Pinaki Das wrote:
Dear members,

We have experimented the LDAP integration with vtiger 5.1.0 and have updated
the patch and documentation for further community testing.
Refer: http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5372.

Do give it a try and let us know your feedback.

Regards
Pinaki
vtiger Team

_______________________________________________
Reach hundreds of potential candidates - http://jobs.vtiger.com 
Dear developers

I've install a fresh Vtiger 5.1 from sources, on ubuntu server 9.10, using the following services:

- apache2 webserver,
- PHP5,
- mysql database with utf8 support,
- right adjustment of php.ini file,
- chown -Rf www-data:www-data on vtigercrm folder,
- use debug mode in apache2 log for trace all incoming message.

All work find at this point. I have a open-ldap server, already working & plug with various apps like :

Vulture-sso, teamwork-project, alfresco-community...

I've download vtiger-ldap patch and deploy it, following the PDF that you provide :

- unzip the archive in /var/www/vtigercrm/
- configure the file /var/www/vtigercrm/include/ldap/config.ldap.php to match my open-ldap server,
- chown -Rf www-data:www-data on vtigercrm folder,
- Restart apache2 with /etc/init.d/apache2 force-reload

Now when I try to create new user, the function "query ldap" doesn't show up. I can't find any error, warning or any thing in the apache2 logs.

As I'm not feel very comfortable with PHP, after a week of research on the internet and the vtiger forum (I've found 1 tread, but it still at the same point that I am for 2 month now...) I ask you for some  help.