Disable Calendar for users

Is it possible to disable the ability for a user to have a calendar? An ldap attributte would be good. If so which one?ANy help or ideas would be great.
[180 byte] By [706030] at [2007-11-25 10:07:12]
# 1

Hi,

I know that if want to disable access for one user you can run "csuser disable username" ... not sure how you would go about disabling more then one user at a time though.

You can find more information about it in the Calendar Admin Guide under "Disabling and Enabling a User".

Sean

Sean O'Grady at 2007-7-1 20:13:50 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...
# 2

If I understand this correctly, does a calendar not have to exist before using this feature. I would need to create a calendar, and then disable it.

I want to only allow a subset of ldap users to ever login to the calendar server. I am sure this is done through some kind of ACL, but I am not sure how to do it. I was hoping for a simple attributte that dis allows a user to login to the calendar server and create a calendar.

ANy ideas?

Thanks

Darren

706030 at 2007-7-1 20:13:50 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...
# 3

One way to do it (theoretically) is to create an LDAP ACL that prevents the creation of "icsCalendar" attributes for a specific group of LDAP entries.

When a user (proxied by the Calendar Admin/Mgr) tries to login to the Calendar, they should get some sort of error that the 3-5 LDAP attributes required for a calendar account could not be created in the LDAP Directory Server.

Anyway, that is my theory; haven't had a chance to test it yet...

MichaelHolden at 2007-7-1 20:13:50 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...
# 4
Whilst it appears backwards, blessing a user in LDAP with icsallowedserviceaccess=httpdisables them from using calendar.
Phoenixian at 2007-7-1 20:13:50 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...