Hi all
Auth by bind is for active directory, if you aren't using that then its not needed
Chris
On 29 Dec 2010 08:45, "Scott Owen" <sowen@edzone.net> wrote:
Vitor,Here is my working LDAP config. sectionDifferences that jump out at me:I use the IP rather than the FQDN for the LDAP server.No auth_by_bind section at all.....and my LDAP auth works fine.Can you access your LDAP directory with other LDAP tools?(Softerra LDAP browser?)**************************************<useldapserver>1</useldapserver><!-- see C4::Auth_with_ldap for extra configs you must add if you want to turn this on -->
<!-- LDAP SERVER (optional) --><hostname>10.1.1.7</hostname>
<ldapserver id="ldapserver" listenref="ldapserver">
<base>T=********</base>
<user>*************</user> <!-- DN, if not anonymous -->
<pass>*************</pass> <!-- password, if not anonymous -->
<replicate>1</replicate> <!-- add new users from LDAP to Koha database -->
<update>0</update> <!-- update existing users in Koha database -->
<mapping> <!-- match koha SQL field names to your LDAP record field names -->
<firstname is="givenname" ></firstname>
<surname is="sn" ></surname>
<address is="" >Alma Public Schools</address>
<city is="" >Alma</city>
<zipcode is="" >48801</zipcode>
<branchcode is="" >PINE</branchcode>
<userid is="cn" ></userid>
<password is="" ></password>
<email is="mail" ></email>
<categorycode is="" >PT</categorycode>
<phone is="telephonenumber"></phone>
</mapping>
</ldapserver>
**************************************************
>>> Vitor Fernandes<vitorfernandes87@gmail.com> 12/28/2010 10:11 AM >>>
Hi there.
I want to use LDAP authentication on my Koha (3.2.2).
There is any tutorial to do this?
...
_______________________________________________
Koha mailing list http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha