This commit is contained in:
Carla Schroder
2015-05-11 16:12:41 -07:00
parent c487871303
commit 6c5e8014f6

View File

@@ -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::