You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add password reset functionality
Add new ResetPasswd permission and new endpoints exposing the possibility to
reset the password of any user without any additional adminitrative
capabilities.
Keep store properties synced
Reading detailed user info will automatically load properties from the store,
updating properties performs automatic write-through.
Allow organization specific ldap connections
Contains a large rework of LDAP management along with the necessary extension
of the service architecture:
- Services are now instanced, possibly with parameters
- LDAP handling has been largely reqorked and restructured
- Added API endpoints for organization specific LDAP configurations
- Added CLI support for organization specific LDAP configurations
- Added CLI support for parameterized service instances