<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>&nbsp;</DIV>
<DIV>This is the section of the koha-conf.xml</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&lt;useldapserver&gt;1&lt;/useldapserver&gt;<BR>&nbsp;&lt;!-- LDAP SERVER (optional) --&gt;<BR>&nbsp;&lt;ldapserver id="ldapserver"&nbsp; listenref="ldapserver"&gt;<BR>&nbsp; &lt;hostname&gt;172.16.0.9&lt;/hostname&gt;<BR>&nbsp; &lt;base&gt;ou=staff,o=KIS&lt;/base&gt;<BR>&nbsp; &lt;user&gt;cn=****,o=kis&lt;/user&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!-- DN, if not anonymous --&gt;<BR>&nbsp; &lt;pass&gt;*********&lt;/pass&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!-- password, if not anonymous --&gt;<BR>&nbsp; &lt;replicate&gt;0&lt;/replicate&gt;&nbsp;&nbsp; &lt;!-- add new users from LDAP to Koha database --&gt;<BR>&nbsp; &lt;update&gt;0&lt;/update&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!-- update existing users in Koha database --&gt;<BR>&nbsp; &lt;mapping&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!-- match koha SQL field names to your LDAP record field names --&gt;<BR>&nbsp;&nbsp; &lt;firstname&nbsp;&nbsp;&nbsp; is="givenname"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt;&lt;/firstname&gt;<BR>&nbsp;&nbsp; &lt;surname&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; is="sn"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt;&lt;/surname&gt;<BR>&nbsp;&nbsp; &lt;address&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; is="workforceID"&nbsp;&nbsp;&nbsp; &gt;KIS&lt;/address&gt;<BR>&nbsp;&nbsp; &lt;city&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; is="workforceID"&nbsp;&nbsp;&nbsp; &gt;Kodaikanal&lt;/city&gt;<BR>&nbsp;&nbsp; &lt;zipcode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; is="workforceID"&nbsp;&nbsp;&nbsp; &gt;624 101&lt;/zipcode&gt;<BR>&nbsp;&nbsp; &lt;branchcode&nbsp;&nbsp; is="workforceID"&nbsp;&nbsp;&nbsp; &gt;KISHS&lt;/branchcode&gt;<BR>&nbsp;&nbsp; &lt;userid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; is="uid"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt;&lt;/userid&gt;<BR>&nbsp;&nbsp; &lt;password&nbsp;&nbsp;&nbsp;&nbsp; is="workforceID"&nbsp;&nbsp;&nbsp; &gt;&lt;/password&gt;<BR>&nbsp;&nbsp; &lt;email&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; is="mail"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt;&lt;/email&gt;<BR>&nbsp;&nbsp; &lt;categorycode is="workforceID"&nbsp;&nbsp; &gt;PT&lt;/categorycode&gt;<BR>&nbsp;&nbsp; &lt;phone&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; is="workforceID"&gt;&lt;/phone&gt;<BR>&nbsp; &lt;/mapping&gt;<BR>&lt;/ldapserver&gt;<BR>&lt;/config&gt;</DIV>
<DIV><BR>&nbsp;</DIV>
<DIV>What confused me is that in order to update or replicate the patron records in Koha I had to set </DIV>
<DIV>&nbsp;&nbsp;&nbsp; &lt;replicate&gt;0&lt;/replicate&gt;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; &lt;update&gt;0&lt;/update&gt;&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Why value of 0 ? Should it not be 1 ?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Rudy Wuthrich</DIV>
<DIV>IT Manager</DIV>
<DIV>Kodaikanal International School</DIV>
<DIV><BR><BR>&gt;&gt;&gt; Mason James &lt;mason.loves.sushi@gmail.com&gt; 4/16/2009 7:24 AM &gt;&gt;&gt;<BR><BR>On 2009/04/16, at 12:22 AM, Galen Charlton wrote:<BR><BR>&gt; Hi,<BR>&gt;<BR>&gt; 2009/4/15 ISM KIS &lt;Ism@kis.in&gt;:<BR>&gt;&gt; Same problem here.<BR>&gt;&gt; LDAP is ok but the koha patron table does not get updated.<BR>&gt;<BR>&gt; I think we need a little more information to answer this question.<BR>&gt; 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&nbsp; <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>