From 9d92123a83ff43e8c05fefb7fe36e196f11af9d8 Mon Sep 17 00:00:00 2001 From: tipaul Date: Tue, 16 Nov 2004 13:03:45 +0000 Subject: [PATCH] removing ldap systempref, it's now in C4/Auth_with_ldap.pm separate package --- updater/updatedatabase | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/updater/updatedatabase b/updater/updatedatabase index 2fcbfae9e6..f27f18b514 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -730,24 +730,6 @@ my %tabledata = ( explanation => 'the gist rate. NOT in %, but in numeric form (0.12 for 12%)', type => 'free' }, - { - 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, ', - type => 'free' - }, { uniquefieldrequired => 'variable', variable => 'printcirculationslips', @@ -1369,6 +1351,9 @@ $sth->finish; exit; # $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 # -- 2.20.1