Compare commits

..

3 Commits

Author SHA1 Message Date
7950cc3404 Some php 8.4 deprecation fixes
All checks were successful
Create Docker Image / Test Application (x86_64) (push) Successful in 27s
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 1m29s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 4m35s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s
2025-02-16 14:24:23 +11:00
7e0d1eb0e3 Get our server name from config 2025-02-16 14:24:22 +11:00
724a2f02be Fix import, missing sprintf() and should use has() not contains() 2025-02-16 14:24:22 +11:00

View File

@ -46,7 +46,7 @@ The update to v2 is progressing well - here is a list of work to do and done:
- [X] Configure login by a specific attribute - [X] Configure login by a specific attribute
- [X] Logout LDAP server - [X] Logout LDAP server
- [X] Export entries as an LDAP - [X] Export entries as an LDAP
- [ ] Import LDIF - [X] Import LDIF
- [X] Schema Browser - [X] Schema Browser
- [ ] Is there something missing? - [ ] Is there something missing?