[Koha] LDAP authentication
Vitor Fernandes
vitorfernandes87 at gmail.com
Tue Jan 4 05:07:20 NZDT 2011
Hi there.
First of all thanks for the help.
I will try again to make LDAP auth work this week, and any question or
result will be reported.
Regards.
Vitor Fernandes
2010/12/28 Chris Cormack <chris at bigballofwax.co.nz>:
> 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 at edzone.net> wrote:
>
> Vitor,
>
> Here is my working LDAP config. section
>
> Differences 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) -->
>
> <ldapserver id="ldapserver" listenref="ldapserver">
>
> <hostname>10.1.1.7</hostname>
> <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 at 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 at lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>
>
> _______________________________________________
> Koha mailing list http://koha-community.org
> Koha at lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>
>
More information about the Koha
mailing list