summaryrefslogtreecommitdiffstats
path: root/ldap/schema/60krb5kdc.ldif
blob: ec284d491398316a81b4b062b513f75207919c43 (plain)
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
# 
################################################################################
#
dn: cn=schema
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.5322.10.1.1
  NAME 'krb5PrincipalName'
  DESC 'The unparsed Kerberos principal name'
  EQUALITY caseExactIA5Match
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  SINGLE-VALUE
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.5322.10.1.2
  NAME 'krb5KeyVersionNumber'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.5322.10.1.3
  NAME 'krb5MaxLife'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.5322.10.1.4
  NAME 'krb5MaxRenew'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.5322.10.1.5
  NAME 'krb5KDCFlags'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.5322.10.1.6
  NAME 'krb5EncryptionType'
  EQUALITY integerMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.5322.10.1.7
  NAME 'krb5ValidStart'
  EQUALITY generalizedTimeMatch
  ORDERING generalizedTimeOrderingMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
  SINGLE-VALUE
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.5322.10.1.8
  NAME 'krb5ValidEnd'
  EQUALITY generalizedTimeMatch
  ORDERING generalizedTimeOrderingMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
  SINGLE-VALUE
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.5322.10.1.9
  NAME 'krb5PasswordEnd'
  EQUALITY generalizedTimeMatch
  ORDERING generalizedTimeOrderingMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
  SINGLE-VALUE
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.5322.10.1.10
  NAME 'krb5Key'
  DESC 'Encoded ASN1 Key as an octet string'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.5
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.5322.10.1.11
  NAME 'krb5PrincipalRealm'
  DESC 'Distinguished name of krb5Realm entry'
  SUP distinguishedName
  )
#
################################################################################
#
attributeTypes: (
  1.3.6.1.4.1.5322.10.1.12
  NAME 'krb5RealmName'
  EQUALITY caseExactIA5Match
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  )
#
################################################################################
#
objectClasses: (
  1.3.6.1.4.1.5322.10.2.1
  NAME 'krb5Principal'
  SUP top
  AUXILIARY
  MUST ( krb5PrincipalName )
  MAY ( cn $ krb5PrincipalRealm )
  )
#
################################################################################
#
objectClasses: (
  1.3.6.1.4.1.5322.10.2.2
  NAME 'krb5KDCEntry'
  SUP krb5Principal
  AUXILIARY
  MUST ( krb5KeyVersionNumber )
  MAY ( krb5ValidStart $ krb5ValidEnd $ krb5PasswordEnd $ krb5MaxLife $ krb5MaxRenew $ krb5KDCFlags $ krb5EncryptionType $ krb5Key )
  )
#
################################################################################
#
objectClasses: (
  1.3.6.1.4.1.5322.10.2.3
  NAME 'krb5Realm'
  SUP top
  AUXILIARY
  MUST ( krb5RealmName )
  )
#
################################################################################
#