直接添加组 LDAP 条目。使用在《Sun ONE Directory Server Resource Kit 5.2 Tools Reference》中列出的 Directory Server LDAP 命令。
组 LDAP 条目应包括 icsCalendarGroup 对象类,它是 GroupofUniqueNames 对象类的扩展。以下为可包括的属性:
属性 |
说明 |
---|---|
groupid |
这是组唯一的必需属性。它是组的唯一标识符,类似于用户的 uid。 |
icsSecondaryowners |
组的共有所有者。 |
icsDefaultacl |
新的组日历的 ACL 字符串。 |
icsCalendar |
该组的默认日历的 calid。 组可以没有默认日历。 |
icsStatus |
组日历的状态。可能的值有:active、inactive、deleted。 |
icsTimezone |
组的时区。 |
icsDWPHost |
默认日历所在的后端主机的名称。 |
icsDoublebooking |
默认日历是否允许在同一时期安排多个事件。此属性优先于域级别首选项(icsAllowRights 的第 15 位)。有关组的域级别默认值的信息,参见为组配置 Calendar Server。 |
icsAutoaccept |
默认日历是否会自动接受邀请。 |
|
该组的电子邮件地址。 |
owner |
组的所有者 LDAP 条目的标识名。必须为唯一值。 |
通过 GroupOfUniqueNames 对象类的属性 owner 指定主要所有者。
例如,组 LDAP 条目可能包括:
dn: groupid=mygroup, ou=group, o=sesta.com objectclass:groupofuniquenames objectclass:icsCalendarGroup groupid:mygroup owner:uid=jdoe, ou=people, o=sesta.com icsSecondaryowners:uid=pfox, ou=people, o=sesta.com icsStatus:active uniqueMember: uid=wsmith, ou=people, o=sesta.com
有关对象类和属性的更多信息,参见《Sun Java System Communications Services 6 2005Q4 Schema Reference》。