Newer
Older

Linda J Laubenheimer
committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# suworkgroup.schema
attributetype ( StanfordLDAPattributeType:5501 NAME ( 'suWorkgroupStatus' )
EQUALITY caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
attributetype ( StanfordLDAPattributeType:62 NAME 'suOwnerURL'
DESC 'Dynamic expansion of owner URLs'
SUP labeledURI )
attributetype ( StanfordLDAPattributeType:5502 NAME 'suGroupAdministrator'
DESC 'suSUNetID of Administrator of a Workgroup'
EQUALITY caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
attributetype ( StanfordLDAPattributeType:5503 NAME 'suGroupCN'
DESC 'Normalized Workgroup Name'
EQUALITY caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
attributetype ( StanfordLDAPattributeType:5504 NAME 'suGroupType'
DESC 'The types of groups that the workgroup links to'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
objectClass ( StanfordLDAPobjectClass:450 NAME 'suWorkgroup'
DESC 'Stanford University Workgroup Description'
SUP ( groupOfURLs )
STRUCTURAL
MUST ( cn $
suWorkgroupStatus )
MAY ( description $
mail $
memberURL $
owner $
suAdministrator $
suGroupAdministrator $
suGroupCN $
suGroupType $
suMailDrop )
)
objectclass ( StanfordLDAPobjectClass:451 NAME 'suPosixGroup'
DESC 'posixGroup that can be added so suWorkgroup entries'
SUP top AUXILIARY
MUST ( cn $
gidNumber )
MAY ( suGroupCN $
userPassword $
memberUid $
description )
)