Skip to content

Commit

Permalink
Update modules/admin_manual/pages/configuration/server/occ_commands/a…
Browse files Browse the repository at this point in the history
…pp_commands/_ldap_integration_commands.adoc

Co-authored-by: Edith Parzefall <[email protected]>
  • Loading branch information
mmattel and EParzefall committed Nov 28, 2021
1 parent 7b1c46a commit b1ea5f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Example:
{occ-command-example-prefix} 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 sure that the 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.
`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 sure that the 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 a check of all active LDAP connections.

[source,console,subs="attributes+"]
----
Expand Down

0 comments on commit b1ea5f5

Please sign in to comment.