diff options
Diffstat (limited to 'apps/user_ldap/appinfo/info.xml')
-rw-r--r-- | apps/user_ldap/appinfo/info.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml index cbfb0cc1c33..61197e2fd12 100644 --- a/apps/user_ldap/appinfo/info.xml +++ b/apps/user_ldap/appinfo/info.xml @@ -40,6 +40,17 @@ A user logs into Nextcloud with their LDAP or AD credentials, and is granted acc </post-migration> </repair-steps> + <commands> + <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\Search</command> + <command>OCA\User_LDAP\Command\SetConfig</command> + <command>OCA\User_LDAP\Command\ShowConfig</command> + <command>OCA\User_LDAP\Command\ShowRemnants</command> + <command>OCA\User_LDAP\Command\TestConfig</command> + </commands> + <settings> <admin>OCA\User_LDAP\Settings\Admin</admin> <admin-section>OCA\User_LDAP\Settings\Section</admin-section> |