group_name and description are compulsory

This commit is contained in:
Ralf Becker 2015-08-21 07:11:41 +00:00
parent 433baf9459
commit 8f214e1e9a

View File

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