[Wiki] changed: Doc/Permissions
Wiki Guest <[email protected]>
| Newsgroups | gmane.comp.horde.cvs |
|---|---|
| Message-ID | <[email protected]> |
guest [212.203.34.149] Thu, 02 Oct 2008 04:53:02 -0400 Modified page: http://wiki.horde.org/Doc/Permissions New Revision: 1.5 Change log: embeding kronolith @@ -44,8 +44,49 @@ +++What is a Object? +++How can I set permissions/shares for a single adressbook entry + + + ++++How to embed Calendar into a webpage + +Administration section: + +Horde apllication : set Guest read +Kronolith application : + + +<code> +<div id="kronolithCal"></div> +<script +src="http://yourdomain.com/horde/kronolith/imple.php?imple=Embed/container=kronolithCal/view=month/calendar=9977f86209fc4164ca044738a12cd9c5" +type="text/javascript"></script> + + +To embed a summary view: + +<div id="kronolithCal2"></div> +<script type="text/javascript" +src="http://yourdomain.com/horde/kronolith/imple.php?imple=Embed/container=kronolithCal2/view=summary/calendar=9977f86209fc4164ca044738a12cd9c5"></script> + +</code> + ++++ I'd like to know what the various permissions mean for the Horde application. What do Show, Read, Edit, and Delete mean in the Horde context? + +In the Horde context, the only meaningful permission is READ or the +lack of it. READ means the user has access, lack of it means they don't. + +It goes for any application, not just Horde, except that if for some reason you want to let users know that an application exists, but not let them use it (maybe a premium upgrade?), you can give them SHOW permissions. + + ++++Apparently I also need to set some of those permissions for Authenticated Users, because the "Horde" link on the sidebar disappears if I only have permissions set for Guests. What about the Edit and Delete permissions? Are those needed for authenticated Users? + +They are not. + +If there are no permissions set on an application, or on Horde itself, the default is to allow authenticated users and disallow guests (unless the app is disabled or set to admin-only in the registry). + +If you set any permissions on an application, however, those defaults go away since now there is a permission for the app and it needs to be honored. So when you start adding guest permissions, you need to set appropriate authenticated user permissions as well. +++Howto give access to a guest for any module: * Choose Administration --> Permissions -- To unsubscribe, mail: [email protected]