
/* SME Server attributes */
$attributes['groupdescription'] = array(
    'label' => _("Group Description"),
    'type' => 'text',
    'required' => false
);
$attributes['groupmembers'] = array(
    'label' => _("Group Members"),
    'type' => 'text',
    'required' => false
);

