Groups Tree
Group Object Classes
The base distinguished name for Stanford group data is cn=groups, dc=stanford,dc=edu.
Object Classes | Required Attributes | Optional Attributes |
---|---|---|
groupOfURLs | cn | businessCategory, description, memberURL, o, ou, owner, seeAlso |
posixGroup | cn, gidNumber | description, memberUid, userPassword |
suWorkgroup | cn, suWorkgroupStatus | description, mail, memberURL, owner, suAdministrator, suGroupAdministrator, suGroupCN, suGroupType, suMailDrop, suVisibWorkgroup |
Group Attributes
Attribute | Description | Single/Multi-Valued | Example |
---|---|---|---|
cn | Common name of entry corresponding to an suPrivilegeGroup value | Single | a3c:aim |
description | Description of entry | Single | For A3C AIM Program Staff |
gidNumber | Posix Group Number | Single | 100000 |
Mail address associated with entry | Multiple | a3c:aim@stanford.edu | |
member | Distinguished Name of Group Member | Multiple | suRegID=12345667890123456789123456789012,cn=people,dc=stanford,dc=edu |
memberUrl | ldap URL description of the group | Single | ldap:///dc=stanford,dc=edu??sub?(|(suprivilegegroup=a3c:aim)(suentitlementname=a3c:aim)) |
memberUid | Posix Unique Identifier (uid of the group member) | Multiple | sunetid1, sunetid2 |
owner | Distinguished Name of Group Owner | Single | suRegID=12345667890123456789123456789012,cn=people,dc=stanford,dc=edu |
suAdministrator | UID of the group Administrator | Multiple | mrochek |
suGroupAdministrator | UID of Members of the this-entry's-cn/administrator suPrivilegeGroup | Multiple | dan1 |
suGroupCN | Normalized cn for this entry | Multiple | a3c_aim |
suGroupType | Type type of group | Multiple | posixGroup |
suMailDrop | The delivery mail address for the group | Multiple | a3c_aim@googlegroup.stanford.edu |
suWorkgroupStatus | The status of the Workgroup | Single | active |
suVisibWorkgroup | The visibility of the workgroup | Single | Stanford |
Last modified