mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 15:28:12 +02:00
Replaced nginx native with openresty for logout injection. Right now still buggy on nextcloud and espocrm
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# Todo
|
||||
- Finish LDAP implementation
|
||||
- Check if this current network setting makes sense. Seems a bit unneccessary complicated. Could be that a more straight foreword approach makes more sense.
|
||||
- Check if this current network setting makes sense. Seems a bit unneccessary complicated. Could be that a more straight foreword approach makes more sense.
|
||||
- Implement, that username can just be identical to ldap\keycloak username. First dirty hack; Block the changing of the field via JS
|
@@ -6,7 +6,7 @@ features:
|
||||
oidc: true
|
||||
central_database: true
|
||||
ldap: false # @todo implement and activate
|
||||
universal_logout: true
|
||||
logout: true
|
||||
csp:
|
||||
flags:
|
||||
style-src:
|
||||
|
Reference in New Issue
Block a user