<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello all,<br>
<br>
I'm trying to set configure Koha to access my Active Directory LDAP
server.&nbsp; 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.&nbsp; I tried restarting the server (which should cover
restarting apache, as well -- right?).&nbsp; I used the following
documentation: <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>
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 &lt;config&gt;,
inside of &lt;yazgfs&gt;:<br>
<br>
&nbsp;&lt;useldapserver&gt;1&lt;/useldapserver&gt;<br>
<br>
&lt;!-- LDAP SERVER (optional) --&gt;<br>
&lt;ldapserver id="LDAP_IPADDRESS"&nbsp; listenref="LDAP_IPADDRESS"&gt;<br>
&nbsp;&lt;hostname&gt;LDAP_IPADDRESS&lt;/hostname&gt;<br>
&nbsp;&lt;base&gt;CN=USERS_FOLDER_NAME,DC=DOMAIN,DC=TOP_LEVEL_DOMAIN&lt;/base&gt;<br>
&nbsp;&lt;user&gt;CN=USERNAME,CN=USERS_FOLDER_NAME,DC=DOMAIN,DC=TOP_LEVEL_DOMAIN&lt;/user&gt;<br>
&nbsp;&lt;pass&gt;PASSWORD&lt;/pass&gt;<br>
&nbsp;&lt;replicate&gt;1&lt;/replicate&gt;<br>
&nbsp;&lt;update&gt;1&lt;/update&gt;<br>
&nbsp;&lt;mapping&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;firstname is="givenName"&gt;&lt;/firstname&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;surname is="sn"&gt;&lt;/surname&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;address is=""&gt;ADDRESS&lt;/address&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &lt;city is=""&gt;CITY&lt;/city&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;zipcode is=""&gt;19106&lt;/zipcode&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;branchcode is=""&gt;BRANCHCODE&lt;/branchcode&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;userid is="sAMAccountName"&gt;&lt;/userid&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;password is="userPassword"&gt;&lt;/password&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;categorycode is=""&gt;S&lt;/categorycode&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;email
is=""&gt;<a class="moz-txt-link-abbreviated" href="mailto:manuscripts@amphilsoc.org">manuscripts@amphilsoc.org</a>&lt;/email&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;phone is=""&gt;215-440-3400&lt;/phone&gt;<br>
&nbsp;&lt;/mapping&gt;<br>
&lt;/ldapserver&gt;<br>
<br>
<div class="moz-signature"><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">ccurry@amphilsoc.org</a></p>
<p><strong>For technical support, please use <a
 href="mailto:helpdesk@amphilsoc.org"><span style="">helpdesk@amphilsoc.org</span></a></strong><br>
Main Library number: (215)440-3400<br>
APS website: <a href="http://www.amphilsoc.org">http://www.amphilsoc.org</a>
</p>
</span>
</div>
</body>
</html>