From cac0e44fdb273a9d43e6fb1747aa7ca962b09081 Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Mon, 10 Dec 2007 17:04:38 -0600 Subject: [PATCH] Auth_with_ldap.pm -- Silly spelling errors in perldoc Signed-off-by: Joshua Ferraro --- C4/Auth_with_ldap.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/C4/Auth_with_ldap.pm b/C4/Auth_with_ldap.pm index 9c3e98743f..76026282b3 100644 --- a/C4/Auth_with_ldap.pm +++ b/C4/Auth_with_ldap.pm @@ -302,7 +302,7 @@ C4::Auth - Authenticates Koha users =head1 KOHA_CONF and field mapping -Example XML stanza for LDAP conifugration in KOHA_CONF: +Example XML stanza for LDAP configuration in KOHA_CONF: @@ -327,7 +327,7 @@ Example XML stanza for LDAP conifugration in KOHA_CONF: -The subelements establishe the relationship between mysql fields and LDAP attributes. The element name +The subelements establish the relationship between mysql fields and LDAP attributes. The element name is the column in mysql, with the "is" characteristic set to the LDAP attribute name. Optionally, any content between the element tags is taken as the default value. In this example, the default categorycode is "PT" (for patron). -- 2.39.5