Download
Last stable v 5.2 2024-11-01
KUSoftas CMS supports Access Control List (ACL) to authorize site resources access. ACL contains read, write, exec, manage permissions assigned to users and groups (roles).
KUSoftas CMS access control supports permissions inheritance similar as in MS Windows OS. Top of inheritance always is page containing site resource ACL. At any access control hierarchy level inheritance may be stopped and new ACL created or new elements may be added to inherited ACL.
Folowing CMS objects are targeted in access control:
KUSoftas CMS supports HTTP Basic Authentication form. If there is no logged user and is attempting to open protected page HTTP Basic Authentication form will be sent to client. If there is logged user and his permissions are not sufficient "Authorization denied" message will be sent to client.
KUSoftas WebDAV server CMS supports HTTP Digest Authentication form. If there is no logged user and is attempting to access WebDAV server HTTP Digest Authentication form will be sent to client.
Site files and folders are protected with .htaccess file which uses KUSoftas CMS access control data.