Documentation for Crowd 2.4. Documentation for other versions of Crowd is available too.
Within any given directory, you can choose the groups and roles to which each user belongs. Note that a user's group membership is particularly important, as groups are often used to control access to applications.
The Crowd Administration Console provides two ways of adding users to or removing users from a group:
Full instructions are in Adding Users to a Group and Removing Users from a Group.
At present, the implementation of roles in Crowd is identical to the implementation of groups. This design does not provide much useful functionality, so we are planning to redesign the way Crowd supports roles. If you would like to help us to design better role-based access control, please add a comment to the improvement request CWD-931, letting us know how you would like to see it work.
To add a user to a role,
Screenshot: Managing a user's roles
When Crowd determines a person's access to an application based on their membership of a group, what happens if the same username exists in more than one directory? Crowd will look for group membership only in the first directory where the username appears, based on the order of directories mapped to the application. See Specifying the Directory Order for an Application.
例:
jsmith
は Customers ディレクトリと Partners ディレクトリの両方に存在します。jsmith
は、Customers ディレクトリの G1
グループと Partners ディレクトリの G2
グループのメンバーです。G1
. For purposes of granting access to this application, Crowd will not consider jsmith
a member of group G2
.