<p>Hi all</p>
<p>Auth by bind is for active directory, if you aren&#39;t using that then its not needed</p>
<p>Chris</p>
<p><blockquote type="cite">On 29 Dec 2010 08:45, &quot;Scott Owen&quot; &lt;<a href="mailto:sowen@edzone.net">sowen@edzone.net</a>&gt; wrote:<br><br>


<div style="margin:4px 4px 1px;font:10pt Tahoma">
<div>Vitor,</div>
<div> </div>
<div>Here is my working LDAP config. section</div>
<div> </div>
<div>Differences that jump out at me:</div>
<div>I use the IP rather than the FQDN for the LDAP server.</div>
<div>No auth_by_bind section at all.....and my LDAP auth works fine.</div>
<div> </div>
<div>Can you access your LDAP directory with other LDAP tools?</div>
<div>(Softerra LDAP browser?)</div>
<div> </div>
<div> </div>
<div>**************************************</div>
<div>&lt;useldapserver&gt;1&lt;/useldapserver&gt;&lt;!-- see C4::Auth_with_ldap for extra configs you must add if you want to turn this on --&gt;<br> &lt;!-- LDAP SERVER (optional) --&gt;<p><font color="#500050"><br> &lt;ldapserver id=&quot;ldapserver&quot;  listenref=&quot;ldapserver&quot;&gt;</font></p>
  &lt;hostname&gt;10.1.1.7&lt;/hostname&gt;<br>  &lt;base&gt;T=********&lt;/base&gt;<br>  &lt;user&gt;*************&lt;/user&gt;             &lt;!-- DN, if not anonymous --&gt;<br>  &lt;pass&gt;*************&lt;/pass&gt;      &lt;!-- password, if not anonymous --&gt;<br>
  &lt;replicate&gt;1&lt;/replicate&gt;   &lt;!-- add new users from LDAP to Koha database --&gt;<br>  &lt;update&gt;0&lt;/update&gt;         &lt;!-- update existing users in Koha database --&gt;<br>  &lt;mapping&gt;             &lt;!-- match koha SQL field names to your LDAP record field names --&gt;<br>
   &lt;firstname    is=&quot;givenname&quot;      &gt;&lt;/firstname&gt;<br>   &lt;surname      is=&quot;sn&quot;             &gt;&lt;/surname&gt;<br>   &lt;address      is=&quot;&quot;    &gt;Alma Public Schools&lt;/address&gt;<br>
   &lt;city         is=&quot;&quot;    &gt;Alma&lt;/city&gt;<br>   &lt;zipcode      is=&quot;&quot;    &gt;48801&lt;/zipcode&gt;<br>   &lt;branchcode   is=&quot;&quot;    &gt;PINE&lt;/branchcode&gt;<br>   &lt;userid       is=&quot;cn&quot;            &gt;&lt;/userid&gt;<br>
   &lt;password     is=&quot;&quot;    &gt;&lt;/password&gt;<br>   &lt;email        is=&quot;mail&quot;           &gt;&lt;/email&gt;<br>   &lt;categorycode is=&quot;&quot;   &gt;PT&lt;/categorycode&gt;<br>   &lt;phone        is=&quot;telephonenumber&quot;&gt;&lt;/phone&gt;<br>
  &lt;/mapping&gt;<br>&lt;/ldapserver&gt;<br>**************************************************</div>
<div> </div>
<div> </div>
<div><br>&gt;&gt;&gt; Vitor Fernandes&lt;<a href="mailto:vitorfernandes87@gmail.com" target="_blank">vitorfernandes87@gmail.com</a>&gt; 12/28/2010 10:11 AM &gt;&gt;&gt;<p><font color="#500050"><br>Hi there.<br><br>I want to use LDAP authentication on my Koha (3.2.2).<br>
There is any tutorial to do this?<br>...</font></p></div></div><br>_______________________________________________<br>
Koha mailing list  <a href="http://koha-community.org" target="_blank">http://koha-community.org</a><br>
<a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
<a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
<br></blockquote></p>