From cd980afbf3f42d0715c6fc9ebcc308d3e1a7efb9 Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Wed, 12 Dec 2007 15:30:40 -0600 Subject: [PATCH] Perldoc fixes - Auth_with_ldap.pm and Log.pm Signed-off-by: Joshua Ferraro --- C4/Auth_with_ldap.pm | 6 +++--- C4/Log.pm | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/C4/Auth_with_ldap.pm b/C4/Auth_with_ldap.pm index 297f878f7c..fe8abfad4d 100644 --- a/C4/Auth_with_ldap.pm +++ b/C4/Auth_with_ldap.pm @@ -234,10 +234,10 @@ C4::Auth - Authenticates Koha users * Modify ldapserver element in KOHA_CONF * Establish field mapping in element. - It is assumed your user records are stored according to the inetOrgPerson schema, RFC#2798. - Thus the username must match the "uid" field, and the password must match the "userpassword" field. + For example, if your user records are stored according to the inetOrgPerson schema, RFC#2798, + the username would match the "uid" field, and the password should match the "userpassword" field. - Make sure that the required fields are populated in your LDAP database (and mapped in KOHA_CONF). + Make sure that ALL required fields are populated by your LDAP database (and mapped in KOHA_CONF). What are the required fields? Well, in mysql you can check the database table "borrowers" like this: mysql> show COLUMNS from borrowers; diff --git a/C4/Log.pm b/C4/Log.pm index 898e2a733e..c6ee75019f 100644 --- a/C4/Log.pm +++ b/C4/Log.pm @@ -54,7 +54,7 @@ The functions in this module perform various functions in order to log all the o =item logaction - &logaction($usernumber, $modulename, $actionname, $infos); + &logaction($usernumber, $modulename, $actionname, $objectnumber, $infos); Adds a record into action_logs table to report the different changes upon the database -- 2.39.5