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
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
Provide defaults for user and domain creation
Implement endpoints to manage default values that can be used for user and
domain creation (and possibly other things as well).
Defaults are automatically applied when using the CLI, but not via API.