
Documentation for Crowd 1.5. Documentation for other versions of Crowd is available too.
While you should already know the user DN you are using for your LDAP connection, it can be helpful to review the users and groups in Apache Directory Studio to determine the best scope for your Crowd LDAP directory configuration.
Crowd comes with default configurations that will work for most customers. In the examples below, we illustrate some common options for changing your user and group configurations.
There are a number of other attributes, not shown here, that can also be used to narrow the scope of users and groups.
Important Search Filter Notes
On this page:
User DN: |
cn=Users |
User Object Filter: |
(&(objectCategory=Person)(sAMAccountName=*) (|(memberOf=cn=confluence-users,ou=Groups,dc=sydney,dc=atlassian,dc=com) (memberOf=cn=confluence-administrators,ou=Groups,dc=sydney,dc=atlassian,dc=com))) |
Group DN: |
ou=Groups |
Group Object Filter: |
(&(objectCategory=Group)(|(cn=confluence-users)(cn=confluence-administrators))) |