[Koha-cvs] CVS: koha/updater updatedatabase,1.95,1.96

Paul POULAIN tipaul at users.sourceforge.net
Tue Nov 16 14:03:47 CET 2004


Update of /cvsroot/koha/koha/updater
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14569/updater

Modified Files:
	updatedatabase 
Log Message:
removing ldap systempref, it's now in C4/Auth_with_ldap.pm separate package

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.95
retrieving revision 1.96
diff -C2 -r1.95 -r1.96
*** updatedatabase	8 Nov 2004 19:57:32 -0000	1.95
--- updatedatabase	16 Nov 2004 13:03:45 -0000	1.96
***************
*** 733,754 ****
          {
              uniquefieldrequired => 'variable',
-             variable            => 'ldapserver',
- 	    forceupdate		=> { 'explanation' => 1,
- 	    			     'type' => 1 },
-             value               => '',
-             explanation => 'your ldap server',
- 	    type		=> 'free'
-         },
-         {
-             uniquefieldrequired => 'variable',
-             variable            => 'ldapinfos',
- 	    forceupdate		=> { 'explanation' => 1,
- 	    			     'type' => 1 },
-             value               => '',
-             explanation => 'ldap info. The ldap will be used in dn : uid=xxx, <ldapinfos>',
- 	    type		=> 'free'
-         },
-         {
-             uniquefieldrequired => 'variable',
              variable            => 'printcirculationslips',
  	    forceupdate		=> { 'explanation' => 1,
--- 733,736 ----
***************
*** 1370,1373 ****
--- 1352,1358 ----
  
  # $Log$
+ # Revision 1.96  2004/11/16 13:03:45  tipaul
+ # removing ldap systempref, it's now in C4/Auth_with_ldap.pm separate package
+ #
  # Revision 1.95  2004/11/08 19:57:32  tipaul
  # bugfix





More information about the Koha-cvs mailing list