Skip to content

Commit f293c29

Browse files
committed
Document typed LDAP event for user and group backend
See nextcloud/server#22221 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
1 parent 50ca26c commit f293c29

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

developer_manual/basics/events.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,20 @@ This event is triggered when the files app is rendered. It canb e used to add ad
349349

350350
Emitted before the rendering step of the public share page happens. The event holds a flag that specifies if it is the authentication page of a public share.
351351

352+
``\OCA\User_LDAP\Events\GroupBackendRegistered``
353+
************************************************
354+
355+
*Available in Nextcloud 20 and later.*
356+
357+
This event is triggered right after the LDAP group backend is registered.
358+
359+
``\OCA\User_LDAP\Events\UserBackendRegistered``
360+
************************************************
361+
362+
*Available in Nextcloud 20 and later.*
363+
364+
This event is triggered right after the LDAP user backend is registered.
365+
352366
``\OCA\Viewer\Event\LoadViewer``
353367
********************************
354368

0 commit comments

Comments
 (0)