diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2021-03-11 23:23:55 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2021-03-17 11:23:48 +0100 |
commit | 1b0355f2c6ec35efd61546937dcae87103ee44e1 (patch) | |
tree | a4abc7a7b4f2655b58e4ac6377db302cc723ecc5 /apps/user_ldap/appinfo | |
parent | a1757f83a30c48d0e6582c1ce1bc05e4b21bf2fd (diff) | |
download | nextcloud-server-1b0355f2c6ec35efd61546937dcae87103ee44e1.tar.gz nextcloud-server-1b0355f2c6ec35efd61546937dcae87103ee44e1.zip |
adds ldap user:reset command
- allows to delete data of existing LDAP users, which otherwise is safe
guarded
- ensures that the user is not being deleted on LDAP through a plugin
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/user_ldap/appinfo')
-rw-r--r-- | apps/user_ldap/appinfo/info.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml index 43bd1d3cb21..a3f126c196e 100644 --- a/apps/user_ldap/appinfo/info.xml +++ b/apps/user_ldap/appinfo/info.xml @@ -47,6 +47,7 @@ A user logs into Nextcloud with their LDAP or AD credentials, and is granted acc <command>OCA\User_LDAP\Command\CheckUser</command> <command>OCA\User_LDAP\Command\CreateEmptyConfig</command> <command>OCA\User_LDAP\Command\DeleteConfig</command> + <command>OCA\User_LDAP\Command\ResetUser</command> <command>OCA\User_LDAP\Command\Search</command> <command>OCA\User_LDAP\Command\SetConfig</command> <command>OCA\User_LDAP\Command\ShowConfig</command> |