mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-19 17:38:06 +02:00
"2. fixing the fix ;-)
only add optional user objectclasses for users NOT for groups"
This commit is contained in:
parent
868c89e606
commit
65a08ece84
@ -232,7 +232,7 @@ class accounts_ldap
|
|||||||
{
|
{
|
||||||
$to_write['objectclass'] = $old ? $old['objectclass'] : array();
|
$to_write['objectclass'] = $old ? $old['objectclass'] : array();
|
||||||
}
|
}
|
||||||
if (!$old) // for new accounts add additional addressbook object classes, if supported by server
|
if (!$old && !$is_group) // for new accounts add additional addressbook object classes, if supported by server
|
||||||
{ // as setting them later might loose eg. password, if we are not allowed to read them
|
{ // as setting them later might loose eg. password, if we are not allowed to read them
|
||||||
foreach($this->requiredObjectClasses['user-if-supported'] as $additional)
|
foreach($this->requiredObjectClasses['user-if-supported'] as $additional)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user