Christopher --<br><br>You seem to be expecting Koha to extract the entire LDAP directory at once. It doesn't. Instead, it updates the user account when they go to login. So you should try to login as one of the users that isn't yet in your Koha DB, or that has outdated info. If you want the mass upload, you should export from LDAP to CSV and use the normal patron import tool.<br>
<br>Having some kind of batch LDAP update mode is desirable, but nobody has sponsored or worked on such functionality.<br><br>-- <br>Joe Atzberger<br>LibLime - Open Source Library Solutions<br>
<br><br><div class="gmail_quote">2009/5/20 Christopher Curry <span dir="ltr"><<a href="mailto:ccurry@amphilsoc.org">ccurry@amphilsoc.org</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div bgcolor="#ffffff" text="#000000">
Hello all,<br>
<br>
I'm trying to set configure Koha to access my Active Directory LDAP
server. I don't get errors when I browse to the catalog, so it seems
that the configuration is being accepted, but my borrowers database has
not been updated. I tried restarting the server (which should cover
restarting apache, as well -- right?). I used the following
documentation: <a href="http://wiki.koha.org/doku.php?id=en:development:ldap" target="_blank">http://wiki.koha.org/doku.php?id=en:development:ldap</a>.<br>
<br>
My configuration is copied below; the ALL-CAPS areas are of course
replaced with the relevant data.<br>
<br>
Any thoughts?<br>
<br>
I've pasted this into /etc/koha3/koha-conf.xml inside <config>,
inside of <yazgfs>:<br>
<br>
<useldapserver>1</useldapserver><br>
<br>
<!-- LDAP SERVER (optional) --><br>
<ldapserver id="LDAP_IPADDRESS" listenref="LDAP_IPADDRESS"><br>
<hostname>LDAP_IPADDRESS</hostname><br>
<base>CN=USERS_FOLDER_NAME,DC=DOMAIN,DC=TOP_LEVEL_DOMAIN</base><br>
<user>CN=USERNAME,CN=USERS_FOLDER_NAME,DC=DOMAIN,DC=TOP_LEVEL_DOMAIN</user><br>
<pass>PASSWORD</pass><br>
<replicate>1</replicate><br>
<update>1</update><br>
<mapping><br>
<firstname is="givenName"></firstname><br>
<surname is="sn"></surname><br>
<address is="">ADDRESS</address><br>
<city is="">CITY</city><br>
<zipcode is="">19106</zipcode><br>
<branchcode is="">BRANCHCODE</branchcode><br>
<userid is="sAMAccountName"></userid><br>
<password is="userPassword"></password><br>
<categorycode is="">S</categorycode><br>
<email
is=""><a href="mailto:manuscripts@amphilsoc.org" target="_blank">manuscripts@amphilsoc.org</a></email><br>
<phone is="">215-440-3400</phone><br>
</mapping><br>
</ldapserver><br>
<br>
<div><span style="font-size: 12px; font-family: Arial;">
<p>Cheers,</p>
<p>Christopher Curry<br>
Assistant Technical Librarian / Assistant IT Officer</p>
<p>American Philosophical Society<br>
105 South Fifth Street<br>
Philadelphia, PA 19106-3386<br>
Tel. (215) 599-4299</p>
<p><a href="mailto:ccurry@amphilsoc.org" target="_blank">ccurry@amphilsoc.org</a></p>
<p><b>For technical support, please use <a href="mailto:helpdesk@amphilsoc.org" target="_blank"><span>helpdesk@amphilsoc.org</span></a></b><br>
Main Library number: (215)440-3400<br>
APS website: <a href="http://www.amphilsoc.org" target="_blank">http://www.amphilsoc.org</a>
</p>
</span>
</div>
</div>
<br>_______________________________________________<br>
Koha mailing list<br>
<a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
<a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
<br></blockquote></div><br>