-
Notifications
You must be signed in to change notification settings - Fork 35
Authentication
Matt Pascoe edited this page May 24, 2022
·
1 revision
This page will speak to various authentication methods
This auth type utilizes users and groups defined and stored within the database itself.
This auth type utilizes LDAP for user authentication and group lookup. Local ONA groups must be defined to grant specific privileges for a group the users is a member of.
To enable LDAP auth perform the following steps:
- cp /opt/ona/www/config/auth_ldap.config.php /opt/ona/www/local/config
- edit /opt/ona/www/local/config/auth_ldap.config.php and make required adjustments.
- adjust the
authtype
setting toldap
in the Menu->Admin->Manage System Config dialog.
If you set the debug option to true in the auth_ldap.config.php file, you will also need the debug level to be at least 1 in the system configuration.