From be2c784ff204967c1a355bdfc6083510390cc013 Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Mon, 13 Apr 2009 17:05:49 -0500 Subject: [PATCH] Re-insert useldapserver into koha-conf.xml This doesn't insert the large and typically unused block, just the switch with a comment pointing to C4::Auth_with_ldap. This otherwise was undocumented requirement, making LDAP config a bit of a shot in the dark. Signed-off-by: Galen Charlton Signed-off-by: Henri-Damien LAURENT --- C4/Auth_with_ldap.pm | 1 + etc/koha-conf.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/C4/Auth_with_ldap.pm b/C4/Auth_with_ldap.pm index c2862759f1..c06161281c 100644 --- a/C4/Auth_with_ldap.pm +++ b/C4/Auth_with_ldap.pm @@ -307,6 +307,7 @@ Example XML stanza for LDAP configuration in KOHA_CONF. ... + 1 localhost diff --git a/etc/koha-conf.xml b/etc/koha-conf.xml index 3c4da9c541..e627fc6af5 100644 --- a/etc/koha-conf.xml +++ b/etc/koha-conf.xml @@ -190,5 +190,6 @@ __PAZPAR2_TOGGLE_XML_POST__ __LOG_DIR__ http://__PAZPAR2_HOST__:__PAZPAR2_PORT__/search.pz2 __MISC_DIR__/koha-install-log + 0 -- 2.20.1