In trying to get LDAP authentication working with Koha 3.0, I'm coming across the following error when loading the OPAC page: No "ldapserver" in server hash from KOHA_CONF: /etc/koha/koha-conf.xml at /usr/share/perl/5.8/CGI/Carp.pm line 314, <DATA> line 275. Is this indicating that the LDAP connection is failing, or that my koha-conf.xml isn't configured correctly? This is my LDAP config section: <ldapserver id="ldapserver" listenref="ldapserver"> <hostname>abc</hostname> <base>dc=abc,dc=domain,dc=com</base> <replicate>1</replicate> <!-- add new users from LDAP to Koha database --> <update>1</update> <!-- update existing users in Koha database --> <mapping> <!-- match koha SQL field names to your LDAP record field names --> <firstname is="givenname" ></firstname> <surname is="sn" ></surname> <address is="postaladdress" ></address> <city is="l" >Athens, OH</city> <zipcode is="postalcode" ></zipcode> <branchcode is="branch" >MAIN</branchcode> <userid is="uid" ></userid> <password is="userpassword" ></password> <email is="mail" ></email> <categorycode is="employeetype" >PT</categorycode> <phone is="telephonenumber"></phone> </mapping> </ldapserver> Thanks for any insight into this. James Winter Arcadia University <http://www.arcadia.edu/> Systems Manager 215.517.2588 winterj@arcadia.edu <mailto:winterj@arcadia.edu>