ldapsearch Verified for current stable LTS

Ldapsearch Command: Return Members Of At Least One Group

Use for return members of at least one group with Ldapsearch. Exact CLI syntax to return members of at least one group using Ldapsearch.

When to use this: Use for return members of at least one group with Ldapsearch.

Command Syntax

ldapsearch -D '<admin_DN>' -w '<password>' -h <ldap_host> '(|(<memberOf=group1>)(<memberOf=group1>)(<memberOf=group3>))' displayName

Command Breakdown

-D
Command Option
Tool-specific option used by this command invocation.
-w
Command Option
Tool-specific option used by this command invocation.
-h
Command Option
Tool-specific option used by this command invocation.

FAQ

Purpose: Exact syntax to return members of at least one group using Ldapsearch.

Test path: Replace placeholders and run destructive commands in a disposable workspace first.

Flag behavior: Tool version, platform, and shell can change behavior.

Improve This Command

Suggest a correction, safer default, or version-specific note for this entry.

Related Operations

Back to Ldapsearch directory