add occ ldap:check-user

This commit is contained in:
Carla Schroder
2015-02-18 17:22:43 -08:00
parent 014e557e70
commit 7e4c48c0ca

View File

@@ -221,6 +221,11 @@ This example searches for usernames that includes "rob"::
$ sudo -u www-data php occ ldap:search rob
Check if an LDAP user exists. This works only if the ownCloud server is
connected to an LDAP server::
$ sudo -u www-data php occ ldap:check-user robert
You can see your whole LDAP configuration, or the configuration for a single
configID::
@@ -237,7 +242,7 @@ example that sets search attributes::
the server::
$ sudo -u www-data php occ ldap:test-config ""
The configuration is valid and the connection could be established!
The configuration is valid and the connection could be established!
File Scanning
-------------