ef wrote:
Cdntech wrote:
1) Is there currently any user level administration available. We will require the need to be able to grant certain people user level access and other people admin level.
If you enable LDAP login, you can control admin/user level access populating $admin_list and $user_list arrays in the include_config.php file. User denied pages are listed in the $user_deny_pages array in include_ldap_login.php.
Well, it seems to be a good way to solve the user access control issue for open audit.
I'll try later to see the result.