mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 18:26:42 +07:00
ad
This commit is contained in:
@@ -262,6 +262,14 @@ connected to an LDAP server::
|
||||
|
||||
$ sudo -u www-data php occ ldap:check-user robert
|
||||
|
||||
``ldap:check-user`` will not run a check when it finds a disabled LDAP
|
||||
connection. This prevents users that exist on disabled LDAP connections from
|
||||
being marked as deleted. If you know for certain that user you are searching for
|
||||
is not in one of the disabled connections, and exists on an active connection,
|
||||
use the ``--force`` option to force it to check all active LDAP connections:
|
||||
|
||||
$ sudo -u www-data php occ ldap:check-user --force robert
|
||||
|
||||
``ldap:create-empty-config`` creates an empty LDAP configuration. The first
|
||||
one you create has no ``configID``, like this example::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user