Sun Java System Calendar Server 6.3 Administration Guide

ProcedureTo Configure Calendar Server for Groups

Calendar Server supports LDAP groups, which are a named collection of users. The group membership can be static, or dynamically created. Groups can be nested. Groups have a groupid that is analogous to a uid for a user. Groups also have a mail address.

In addition, groups can have a default calendar with a group calid that should correspond to the groupid, with the addition of the domain, for instance groupid@sesta.com. Group calendars do not have user interface preferences stored in the preferences database. Instead, the LDAP entry contains an icsDefaultacl attribute that is used in group creation.

A group is defined in the LDAP entry as an instance of icsCalendarGroup. For information on the other attributes available for group calendars, see the Sun Java System Communications Services 6 2005Q4 Schema Reference.

  1. Log in as an administrator with permission to change the configuration.

  2. Change to the /etc/opt/SUNWics5/cal/config directory.

  3. Save your old ics.conf file by copying and renaming it.

  4. Edit one or more of the following ics.conf parameters shown in the following table:

    local.lookupldapsearchattr.owner

    Owner attribute to use for groups and resources. The default is "owner".

    local.lookupldapsearchattr.coowner

    Secondary owners attribute for groups and resources. The default is "icsSecondaryowners".

    local.lookupldapsearchattr.groupid

    The attribute used to store the unique group identifier. The default is "groupid".

    local.lookupldapsearchattr.defaultacl

    The attribute used to store the default ACL given to each group calendar at autoprovisioning. The default is "icsDefaultacl".

    local.lookupldapsearchattr.doublebook

    The attribute used to specify whether doublebooking of group calendars is permitted. This is the attribute used when a default group calendar is auto-created. The default is "icsDoublebooking".

    local.lookupldapsearchattr.autoaccept

    The attribute used to specify whether invitations to group calendars are automatically accepted. This is the attribute used when a default group calendar is auto-created. The default is "icsAutoaccept".

    local.lookupldapsearchattr.timezone

    The attribute used to specify the time zone for an auto-created group calendar. The default is "icsTimezone".

    local.lookupldapsearchattr.aclgroup

    The attribute used to specify which groups a user, group, or resource is a member of, for ACL evaluation. The default is "aclgroupaddr". (For groups, this would be for nested groups.)

  5. Save the file as ics.conf.

  6. Restart Calendar Server.

    cal-svr-base/SUNWics5/cal/sbin/start-cal

See Also

If you plan to have calendars for groups, you need to configure group calendars. See To Configure Group Calendars.

If you are using groups, you should set the following domain level preferences in the group LDAP entry:

For information on how to configure Calendar Server domains for groups, see 11.1 Configuring Domain Preferences for Groups in Calendar Server Version 6.3.