mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-30 17:58:39 +01:00
comment out 8char limit for ldap, for now
This commit is contained in:
parent
3177cbe7b6
commit
d1f4be1882
@ -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'])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user