removing ldap systempref, it's now in C4/Auth_with_ldap.pm separate package

This commit is contained in:
tipaul 2004-11-16 13:03:45 +00:00
parent b19775a850
commit 9d92123a83

View file

@ -730,24 +730,6 @@ my %tabledata = (
explanation => 'the gist rate. NOT in %, but in numeric form (0.12 for 12%)', explanation => 'the gist rate. NOT in %, but in numeric form (0.12 for 12%)',
type => 'free' 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, <ldapinfos>',
type => 'free'
},
{ {
uniquefieldrequired => 'variable', uniquefieldrequired => 'variable',
variable => 'printcirculationslips', variable => 'printcirculationslips',
@ -1369,6 +1351,9 @@ $sth->finish;
exit; exit;
# $Log$ # $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 # Revision 1.95 2004/11/08 19:57:32 tipaul
# bugfix # bugfix
# #