Skip to content

Commit

Permalink
Update ldapserver.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m-yosefpor authored Jul 20, 2024
1 parent 48b45da commit fbc5316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ldap/ldapserver.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ Once the bind operation completes successfully, you can perform the search opera
- To search for a certain user, such as `Alice` under the `built-in` organization, you should use a `DN` like this: `ou=built-in,dc=example,dc=com`, and add `cn=Alice` in the Filter field.
- To search for all users under a certain organization, such as all users in `built-in`, you should use a `DN` like this: `ou=built-in,dc=example,dc=com`, and add `cn=*` in the Filter field.
- To search for all users in all organizations (assuming the user has sufficient permissions), you should use a `DN` like this: `ou=*,dc=example,dc=com`, and add `cn=*` in the Filter field.
- To search for all users based in a specific group, you should use a filter query like this: `(memberOf=organization_name/group_name)` in the Filter field.
- To search for all users in a specific group, you should use a filter query like this: `(memberOf=organization_name/group_name)` in the Filter field.

0 comments on commit fbc5316

Please sign in to comment.