Commit Graph

4 Commits

Author SHA1 Message Date
Rubén D
1d2e991be5 chore(tests): UT for UserMasterPass service
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2024-04-07 07:44:23 +02:00
Rubén D
3dd1966e1a chore(tests): UT for Provider auth
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2023-11-12 23:33:03 +01:00
Rubén D
b640b6d695 chore(refactor): LDAP auth refactoring.
- Decouple from ldap_* native functions
- Use Laminas/Ldap library
- Use enum for interface constants
- Move LDAP interfaces to domain
- Simplify LdapActions API

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2023-06-03 21:40:20 +02:00
Rubén D
1c8fb0ea1a refactor: [WIP] Use hexagonal architecture and implement interfaces for services and repositories.
Controllers are being splited into commands to better dependency management.

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2022-06-06 08:17:34 +02:00