Perldoc fixes - Auth_with_ldap.pm and Log.pm
authorJoe Atzberger <joe.atzberger@liblime.com>
Wed, 12 Dec 2007 21:30:40 +0000 (15:30 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 14 Dec 2007 01:00:35 +0000 (19:00 -0600)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Auth_with_ldap.pm
C4/Log.pm

index 297f878..fe8abfa 100644 (file)
@@ -234,10 +234,10 @@ C4::Auth - Authenticates Koha users
           * Modify ldapserver element in KOHA_CONF
           * Establish field mapping in <mapping> 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;
index 898e2a7..c6ee750 100644 (file)
--- 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