Skip to content
Matt Pascoe edited this page May 24, 2022 · 1 revision

Authentication

This page will speak to various authentication methods

Local

This auth type utilizes users and groups defined and stored within the database itself.

LDAP

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 to ldap 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.