skip to main content
LDAP Integration
   
LDAP Integration
Introduction
The authentication system is handled by authentication drivers. Each driver handles authentication of the user, and resolution of the group memberships for the given user. The groups is then mapped to permissions by the authorization layer, which is described later.
An auth driver can either use a local storage of users (Driver Default), rely on apache authentication (Driver apache), or use an external system for managing users (Driver LDAP).
The authentication system is configured through the configuration, using the Auth Modules option under configuration.
The configuration for the authentication system is stored in the “auth” configuration file, located in /etc/op5/auth.yml