diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-11-21 21:32:55 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-12-05 13:55:42 +0100 |
commit | 16ed15a0497c29a996df09750c4acbcf835d57af (patch) | |
tree | c46c402438f0152f78daa9b22deb4bc7a6c832db /apps/user_ldap/appinfo | |
parent | 7236b041333e2275c8a9825852a0ba694bba1129 (diff) | |
download | nextcloud-server-16ed15a0497c29a996df09750c4acbcf835d57af.tar.gz nextcloud-server-16ed15a0497c29a996df09750c4acbcf835d57af.zip |
enh(LDAP): add occ command to promote an LDAP group to admin
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 a1b5cf28758..ba7090fa26e 100644 --- a/apps/user_ldap/appinfo/info.xml +++ b/apps/user_ldap/appinfo/info.xml @@ -50,6 +50,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\PromoteGroup</command> <command>OCA\User_LDAP\Command\ResetGroup</command> <command>OCA\User_LDAP\Command\ResetUser</command> <command>OCA\User_LDAP\Command\Search</command> |