<p>Hi all</p>
<p>Auth by bind is for active directory, if you aren't using that then its not needed</p>
<p>Chris</p>
<p><blockquote type="cite">On 29 Dec 2010 08:45, "Scott Owen" <<a href="mailto:sowen@edzone.net">sowen@edzone.net</a>> 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><useldapserver>1</useldapserver><!-- see C4::Auth_with_ldap for extra configs you must add if you want to turn this on --><br> <!-- LDAP SERVER (optional) --><p><font color="#500050"><br> <ldapserver id="ldapserver" listenref="ldapserver"></font></p>
<hostname>10.1.1.7</hostname><br> <base>T=********</base><br> <user>*************</user> <!-- DN, if not anonymous --><br> <pass>*************</pass> <!-- password, if not anonymous --><br>
<replicate>1</replicate> <!-- add new users from LDAP to Koha database --><br> <update>0</update> <!-- update existing users in Koha database --><br> <mapping> <!-- match koha SQL field names to your LDAP record field names --><br>
<firstname is="givenname" ></firstname><br> <surname is="sn" ></surname><br> <address is="" >Alma Public Schools</address><br>
<city is="" >Alma</city><br> <zipcode is="" >48801</zipcode><br> <branchcode is="" >PINE</branchcode><br> <userid is="cn" ></userid><br>
<password is="" ></password><br> <email is="mail" ></email><br> <categorycode is="" >PT</categorycode><br> <phone is="telephonenumber"></phone><br>
</mapping><br></ldapserver><br>**************************************************</div>
<div> </div>
<div> </div>
<div><br>>>> Vitor Fernandes<<a href="mailto:vitorfernandes87@gmail.com" target="_blank">vitorfernandes87@gmail.com</a>> 12/28/2010 10:11 AM >>><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>