Commit Graph

2 Commits

Author SHA1 Message Date
Valentin Kolb 4d31f8de68 feat(app): chnaged users table
Build and Push Docker image / build-and-push (push) Successful in 3m1s Details
in the past ldapUsers had their own table (ldapUsers) and guest users the (guestUsers) table. They are now stored in the same table but with a REALM field

BREAKING CHANGE: ldap users are now stored in the "users" table
2024-05-14 14:18:20 +02:00
Valentin Kolb 3bc4a2740c feat(ldapApi): LDAP Search Api
Build and Push Docker image / build-and-push (push) Has been cancelled Details
Implemented new api endpoint (/api/ldap/search) to search in the ldap database
2024-03-27 17:57:58 +01:00