diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-07-20 16:44:25 +0200 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-08-10 10:57:33 +0200 |
commit | f9ed48eab93884b3b76ecd254d7c79a716bbcf24 (patch) | |
tree | b4ccce2ea753bb0c974b70c4ac63467354feedce /apps/user_ldap/appinfo | |
parent | 2c19aac9e1452872400e09fadd5a0629c1681596 (diff) | |
download | nextcloud-server-f9ed48eab93884b3b76ecd254d7c79a716bbcf24.tar.gz nextcloud-server-f9ed48eab93884b3b76ecd254d7c79a716bbcf24.zip |
Add check-group command
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
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 425fefe38e8..e96d1b40a02 100644 --- a/apps/user_ldap/appinfo/info.xml +++ b/apps/user_ldap/appinfo/info.xml @@ -48,6 +48,7 @@ A user logs into Nextcloud with their LDAP or AD credentials, and is granted acc <commands> <command>OCA\User_LDAP\Command\CheckUser</command> + <command>OCA\User_LDAP\Command\CheckGroup</command> <command>OCA\User_LDAP\Command\CreateEmptyConfig</command> <command>OCA\User_LDAP\Command\DeleteConfig</command> <command>OCA\User_LDAP\Command\ResetGroup</command> |