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 #