user=commercial long name = Commercial end user user=production long name = Production end user user=savignon long name = Joël Savignon end user
user=cal1 long name = Calendar RW end user user=cal1ro read only = true data id = cal1 long name = Calendar RO end userdata id = cal1 means that the data of cal1ro is the data of cal1. The calendar cal1ro is the same as cal1 except that you can't modify events in it.
The file /home/httpd/html/wcal/cal1/.htaccess can be for example:
AuthType Basic AuthUserFile /usr/local/apache/conf/htpasswd.users AuthName "Calendar RW" Require johnAnd the file /home/httpd/html/wcal/cal1ro/.htaccess can be for example:
AuthType Basic AuthUserFile /usr/local/apache/conf/htpasswd.users AuthName "Calendar RO" Require jackLogin/password will be prompt when accessing to the different calendars. For more information about Apache access restriction, see the Apache documentation on the Apache web site.