mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 11:51:16 -06:00
This allows resetting the ocis admin user's password (when ocis is not running) when running with the builtin LDAP server. Fixes #4084
793 B
793 B
title, date, weight, geekdocRepo, geekdocEditPath, geekdocFilePath, geekdocCollapseSection
| title | date | weight | geekdocRepo | geekdocEditPath | geekdocFilePath | geekdocCollapseSection |
|---|---|---|---|---|---|---|
| Resetting a lost administrator password | 2022-08-29:00:00+00:00 | 10 | https://github.com/owncloud/ocis | edit/master/docs/services/idm | admin_password_reset.md | true |
Resetting a lost administrator password
By default, when using oCIS with the builtin IDM an ad generates the
user admin (DN uid=admin,ou=users,o=libregraph-idm) if, for any
reason, the password of that user is lost, it can be reset using
the resetpassword sub-command:
ocis idm resetpassword
It will prompt for a new password and set the password of that user accordingly. Note: As this command is accessing the idm database directly will only work while ocis is not running and nothing else is accessing database.