Guys, I&#39;ve managed to use LDAP with the 5.2.1 version. I just added in the config.inc.php this conf:<br><br>$AUTHCFG[&#39;authType&#39;] = &#39;LDAP&#39;;<br><br>Then I created a file inside the Users module named vtigerCRM/modules/Users/authTypes/LDAP.php with a function called ldapAuthenticate($user, $password). This function returns true or false, and Vtiger&#39;s uses this return to login or not the user. So, you can make this function validate the user and password with your LDAP, or apply any other login rule and return true or false if the login is valid or not. Once you return false, Vtiger will automatically return to the login page with the invalid user message.<br>
<br>Isn&#39;t this a good solution to LDAP authentication?<br><br>Cheers<br><br>Nicolas<br><br><div class="gmail_quote">2011/9/20 Alan Lord (News) <span dir="ltr">&lt;<a href="mailto:alanslists@gmail.com">alanslists@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">On 23/09/10 06:56, Vikas Jain wrote:<br>
&gt; Hi Alan,<br>
&gt;<br>
&gt; We have done some work on this and will be updating the community with<br>
&gt; the patch soon. We though have not handled searching users in the tree<br>
&gt; but will look into Carlo&#39;s patch and see if we can add it to ours.<br>
<br>
Hi guys,<br>
<br>
What happened with this? I&#39;d be really interested if there has been any<br>
further work on AD/LDAP support on vtiger CRM.<br>
<br>
Cheers<br>
<br>
Al<br>
<font color="#888888"><br>
--<br>
The Open Learning Centre<br>
<a href="http://www.theopenlearningcentre.com" target="_blank">http://www.theopenlearningcentre.com</a><br>
<br>
_______________________________________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
</font></blockquote></div><br>