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>%[email protected]</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 _______________________________________________ Koha mailing list http://koha-community.org [email protected] https://lists.katipo.co.nz/mailman/listinfo/koha

