Add ocis idm resetpassword subcommand

This allows resetting the ocis admin user's password (when ocis is
not running) when running with the builtin LDAP server.

Fixes #4084
This commit is contained in:
root
2022-08-09 12:34:36 +02:00
committed by Ralf Haferkamp
parent f6f6a50de8
commit eb5e9675d6
6 changed files with 154 additions and 1 deletions
+1
View File
@@ -18,6 +18,7 @@ func GetCommands(cfg *config.Config) cli.Commands {
Server(cfg),
// interaction with this service
ResetPassword(cfg),
// infos about this service
Health(cfg),