<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18702"></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>LDAP is now working with eDirectory</DIV>
<DIV> </DIV>
<DIV>This is the section of the koha-conf.xml</DIV>
<DIV> </DIV>
<DIV> <useldapserver>1</useldapserver><BR> <!-- LDAP SERVER (optional) --><BR> <ldapserver id="ldapserver" listenref="ldapserver"><BR> <hostname>172.16.0.9</hostname><BR> <base>ou=staff,o=KIS</base><BR> <user>cn=****,o=kis</user> <!-- DN, if not anonymous --><BR> <pass>*********</pass> <!-- password, if not anonymous --><BR> <replicate>0</replicate> <!-- add new users from LDAP to Koha database --><BR> <update>0</update> <!-- update existing users in Koha database --><BR> <mapping> <!-- match koha SQL field names to your LDAP record field names --><BR> <firstname is="givenname" ></firstname><BR> <surname is="sn" ></surname><BR> <address is="workforceID" >KIS</address><BR> <city is="workforceID" >Kodaikanal</city><BR> <zipcode is="workforceID" >624 101</zipcode><BR> <branchcode is="workforceID" >KISHS</branchcode><BR> <userid is="uid" ></userid><BR> <password is="workforceID" ></password><BR> <email is="mail" ></email><BR> <categorycode is="workforceID" >PT</categorycode><BR> <phone is="workforceID"></phone><BR> </mapping><BR></ldapserver><BR></config></DIV>
<DIV><BR> </DIV>
<DIV>What confused me is that in order to update or replicate the patron records in Koha I had to set </DIV>
<DIV> <replicate>0</replicate></DIV>
<DIV> <update>0</update> </DIV>
<DIV> </DIV>
<DIV>Why value of 0 ? Should it not be 1 ?</DIV>
<DIV> </DIV>
<DIV>Rudy Wuthrich</DIV>
<DIV>IT Manager</DIV>
<DIV>Kodaikanal International School</DIV>
<DIV><BR><BR>>>> Mason James <mason.loves.sushi@gmail.com> 4/16/2009 7:24 AM >>><BR><BR>On 2009/04/16, at 12:22 AM, Galen Charlton wrote:<BR><BR>> Hi,<BR>><BR>> 2009/4/15 ISM KIS <Ism@kis.in>:<BR>>> Same problem here.<BR>>> LDAP is ok but the koha patron table does not get updated.<BR>><BR>> I think we need a little more information to answer this question.<BR>> Could you post the relevant LDAP sections of your koha-conf.xml?<BR><BR>ISM KIS:<BR><BR>take a look at this doco, for starters<BR><A href="http://wiki.koha.org/doku.php?id=en:development:ldap">http://wiki.koha.org/doku.php?id=en:development:ldap</A><BR><BR>FYI: i have recently got Koha and LDAP working nicely, (cheers atz!),<BR>as have others...<BR><BR>try downloading ldap-utils to manually debug your ldap connections.<BR>and watch the logs on your koha *AND* ldap-server for syntax or <BR>permission errors etc<BR><BR><A href="http://packages.debian.org/lenny/ldap">http://packages.debian.org/lenny/ldap</A>-utils<BR>_______________________________________________<BR>Koha mailing list<BR>Koha@lists.katipo.co.nz<BR><A href="http://lists.katipo.co.nz/mailman/listinfo/koha">http://lists.katipo.co.nz/mailman/listinfo/koha</A><BR><BR></DIV>
<br>
<br></BODY></HTML>