Contrôle d'accès PmaControl
Authentication
PmaControl has a built-in authentication system:
- User accounts with roles and permissions
- Optional LDAP support (
Ldap.php): connection test, bind, group synchronization - Every action is audited and traceable
Roles and permissions
The ACL module (Acl.php) manages access control:
- Custom role creation
- Permission assignment by controller/action
- Access restriction by client/environment