[Koha] Koha Ldap Auth
Daniele Piccoli
daniele.piccoli at riseup.net
Thu Jun 27 06:29:03 NZST 2019
Il 26/06/19 17:12, Mason James ha scritto:
>
>
[cut]
>
>
> hi Daniele
> here is a working config example of a Koha (v18.05.05) talking to an AD server
>
> hope that helps...
> --------------------------
> <useldapserver>1</useldapserver>
> <ldapserver id="ldapserver">
>
> <hostname>ldaps://1.2.3.4:30040</hostname>
> <base>DC=aaa,DC=bbb,DC=gov,DC=au</base>
>
> <replicate>1</replicate>
> <update>1</update>
>
> <auth_by_bind>1</auth_by_bind>
>
> <anonymous_bind>0</anonymous_bind>
> <update_password>0</update_password>
>
> <principal_name>%s at aaa.bbb.gov.au</principal_name>
>
> <mapping>
> <userid is="sAMAccountName" />
> <firstname is="givenname" ></firstname>
> <surname is="sn" ></surname>
> <email is="userPrincipalName" />
>
> <categorycode is="employeetype" >S</categorycode>
> <branchcode is="branch" >AAA</branchcode>
>
> <phone is="telephoneNumber" />
> </mapping>
>
> </ldapserver>
> --------------------------
>
>
>
Thanks for the snippet :)
Bye
Daniele
More information about the Koha
mailing list