group_name and description are compulsory

This commit is contained in:
Ralf Becker 2015-08-21 07:14:16 +00:00
parent d443f124b1
commit 0354cfdf59

View File

@ -588,7 +588,7 @@ class accounts_ads
$attributes = array(); $attributes = array();
foreach($new2adldap as $egw => $adldap) foreach($new2adldap as $egw => $adldap)
{ {
if (isset($data[$egw])) $attributes[$adldap] = $data[$egw]; $attributes[$adldap] = (string)$data[$egw];
} }
$attributes['container'] = $this->_get_container(); $attributes['container'] = $this->_get_container();