Hi, For the connection with an ldap, koha need a "branchcode". All the others fields are ok for me except "branchcode". I don't find "branchcode" or equivalent in my ldap. Could someone explain to me what does it means branchcode? best regards samuel
Samuel, The branchcode allows you to assign patrons coming in from your ldap config to a certain branch. For example if you have multiple libraries and multiple ldap configurations you could assign people from one ldap tree to a certain branch and people from a different ldap tree to a different branch. This usually isn't the case and you can generally just hard code the branch value for your library in the branchcode field. Ex: <branchcode is="">TYLER</branchcode> Hope that helps! Elliott Davis -----Original Message----- From: koha-devel-bounces@lists.koha-community.org [mailto:koha-devel-bounces@lists.koha-community.org] On Behalf Of Samuel Desseaux Sent: Tuesday, May 29, 2012 10:08 AM To: koha-devel@lists.koha-community.org; Koha Subject: [Koha-devel] branchcode/ldap Hi, For the connection with an ldap, koha need a "branchcode". All the others fields are ok for me except "branchcode". I don't find "branchcode" or equivalent in my ldap. Could someone explain to me what does it means branchcode? best regards samuel
Hi, If you don't have the branchcode in your ldap directory you can set a default in your koha-conf.xml, for example <branchcode is="">MAIN_LIBRARY</branchcode> where MAIN_LIBRARY is a valid library code in Koha. All borrowers will then be added with this default value. Jonathan On 29/05/2012 16:07, Samuel Desseaux wrote:
Hi,
For the connection with an ldap, koha need a "branchcode". All the others fields are ok for me except "branchcode". I don't find "branchcode" or equivalent in my ldap.
Could someone explain to me what does it means branchcode?
best regards
samuel
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Jonathan Field Technical Director, PTFS Europe Limited http://www.ptfs-europe.com
participants (3)
-
Elliott Davis -
Jonathan Field -
Samuel Desseaux