Added the possibility to change a groups description.
[licom.git] / lib / LiCoM / Group.pm
index 7bdc500..39fd540 100644 (file)
@@ -296,7 +296,7 @@ sub description
                $obj->{'description'} = shift;
 
                $entry->changetype ('modify');
-               $entry->replace (description => $obj->{'description'});
+               $entry->replace (description => [$obj->{'description'}]);
                $entry->update ($Ldap);
        }