comment out 8char limit for ldap, for now

This commit is contained in:
Miles Lott 2001-12-21 20:52:13 +00:00
parent 3177cbe7b6
commit d1f4be1882

View File

@ -619,6 +619,7 @@
{
$totalerrors = 0;
/*
if ($GLOBALS['phpgw_info']['server']['account_repository'] == 'ldap' && ! $allow_long_loginids)
{
if (strlen($_userData['account_lid']) > 8)
@ -627,6 +628,7 @@
$totalerrors++;
}
}
*/
if (!$_userData['account_lid'])
{