Subversion Repositories configs

Rev

Rev 9 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9 Rev 34
Line 108... Line 108...
108
#   seconds is assumed.
108
#   seconds is assumed.
109
 
109
 
110
attributetype ( 1.3.6.1.4.1.42.2.27.8.1.2
110
attributetype ( 1.3.6.1.4.1.42.2.27.8.1.2
111
      NAME 'pwdMinAge'
111
      NAME 'pwdMinAge'
112
      EQUALITY integerMatch
112
      EQUALITY integerMatch
-
 
113
      ORDERING integerOrderingMatch
113
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
114
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
114
      SINGLE-VALUE )
115
      SINGLE-VALUE )
115
 
116
 
116
#5.2.3  pwdMaxAge
117
#5.2.3  pwdMaxAge
117
#
118
#
Line 123... Line 124...
123
#   to the value of the pwdMinAge.
124
#   to the value of the pwdMinAge.
124
 
125
 
125
attributetype ( 1.3.6.1.4.1.42.2.27.8.1.3
126
attributetype ( 1.3.6.1.4.1.42.2.27.8.1.3
126
      NAME 'pwdMaxAge'
127
      NAME 'pwdMaxAge'
127
      EQUALITY integerMatch
128
      EQUALITY integerMatch
-
 
129
      ORDERING integerOrderingMatch
128
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
130
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
129
      SINGLE-VALUE )
131
      SINGLE-VALUE )
130
 
132
 
131
#5.2.4  pwdInHistory
133
#5.2.4  pwdInHistory
132
#
134
#
Line 138... Line 140...
138
#   reused.
140
#   reused.
139
 
141
 
140
attributetype ( 1.3.6.1.4.1.42.2.27.8.1.4
142
attributetype ( 1.3.6.1.4.1.42.2.27.8.1.4
141
      NAME 'pwdInHistory'
143
      NAME 'pwdInHistory'
142
      EQUALITY integerMatch
144
      EQUALITY integerMatch
-
 
145
      ORDERING integerOrderingMatch
143
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
146
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
144
      SINGLE-VALUE )
147
      SINGLE-VALUE )
145
 
148
 
146
#5.2.5  pwdCheckQuality
149
#5.2.5  pwdCheckQuality
147
#
150
#
Line 164... Line 167...
164
#   it, it will return an error refusing the password.
167
#   it, it will return an error refusing the password.
165
 
168
 
166
attributetype ( 1.3.6.1.4.1.42.2.27.8.1.5
169
attributetype ( 1.3.6.1.4.1.42.2.27.8.1.5
167
      NAME 'pwdCheckQuality'
170
      NAME 'pwdCheckQuality'
168
      EQUALITY integerMatch
171
      EQUALITY integerMatch
-
 
172
      ORDERING integerOrderingMatch
169
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
173
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
170
      SINGLE-VALUE )
174
      SINGLE-VALUE )
171
 
175
 
172
#5.2.6  pwdMinLength
176
#5.2.6  pwdMinLength
173
#
177
#
Line 180... Line 184...
180
#   without checking it ('0' or '1') or refuse it ('2').
184
#   without checking it ('0' or '1') or refuse it ('2').
181
 
185
 
182
attributetype ( 1.3.6.1.4.1.42.2.27.8.1.6
186
attributetype ( 1.3.6.1.4.1.42.2.27.8.1.6
183
      NAME 'pwdMinLength'
187
      NAME 'pwdMinLength'
184
      EQUALITY integerMatch
188
      EQUALITY integerMatch
-
 
189
      ORDERING integerOrderingMatch
185
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
190
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
186
      SINGLE-VALUE )
191
      SINGLE-VALUE )
187
 
192
 
188
#5.2.7  pwdExpireWarning
193
#5.2.7  pwdExpireWarning
189
#
194
#
Line 196... Line 201...
196
#   of the pwdMaxAge attribute.
201
#   of the pwdMaxAge attribute.
197
 
202
 
198
attributetype ( 1.3.6.1.4.1.42.2.27.8.1.7
203
attributetype ( 1.3.6.1.4.1.42.2.27.8.1.7
199
      NAME 'pwdExpireWarning'
204
      NAME 'pwdExpireWarning'
200
      EQUALITY integerMatch
205
      EQUALITY integerMatch
-
 
206
      ORDERING integerOrderingMatch
201
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
207
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
202
      SINGLE-VALUE )
208
      SINGLE-VALUE )
203
 
209
 
204
#5.2.8  pwdGraceAuthNLimit
210
#5.2.8  pwdGraceAuthNLimit
205
#
211
#
Line 208... Line 214...
208
#   value is 0, authentication will fail.
214
#   value is 0, authentication will fail.
209
 
215
 
210
attributetype ( 1.3.6.1.4.1.42.2.27.8.1.8
216
attributetype ( 1.3.6.1.4.1.42.2.27.8.1.8
211
      NAME 'pwdGraceAuthNLimit'
217
      NAME 'pwdGraceAuthNLimit'
212
      EQUALITY integerMatch
218
      EQUALITY integerMatch
-
 
219
      ORDERING integerOrderingMatch
213
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
220
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
214
      SINGLE-VALUE )
221
      SINGLE-VALUE )
215
 
222
 
216
#5.2.9  pwdLockout
223
#5.2.9  pwdLockout
217
#
224
#
Line 239... Line 246...
239
#   administrator.
246
#   administrator.
240
 
247
 
241
attributetype ( 1.3.6.1.4.1.42.2.27.8.1.10
248
attributetype ( 1.3.6.1.4.1.42.2.27.8.1.10
242
      NAME 'pwdLockoutDuration'
249
      NAME 'pwdLockoutDuration'
243
      EQUALITY integerMatch
250
      EQUALITY integerMatch
-
 
251
      ORDERING integerOrderingMatch
244
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
252
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
245
      SINGLE-VALUE )
253
      SINGLE-VALUE )
246
 
254
 
247
#5.2.11  pwdMaxFailure
255
#5.2.11  pwdMaxFailure
248
#
256
#
Line 252... Line 260...
252
#   is not checked, and the value of pwdLockout will be ignored.
260
#   is not checked, and the value of pwdLockout will be ignored.
253
 
261
 
254
attributetype ( 1.3.6.1.4.1.42.2.27.8.1.11
262
attributetype ( 1.3.6.1.4.1.42.2.27.8.1.11
255
      NAME 'pwdMaxFailure'
263
      NAME 'pwdMaxFailure'
256
      EQUALITY integerMatch
264
      EQUALITY integerMatch
-
 
265
      ORDERING integerOrderingMatch
257
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
266
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
258
      SINGLE-VALUE )
267
      SINGLE-VALUE )
259
 
268
 
260
#5.2.12  pwdFailureCountInterval
269
#5.2.12  pwdFailureCountInterval
261
#
270
#
Line 267... Line 276...
267
#   counter is only reset by a successful authentication.
276
#   counter is only reset by a successful authentication.
268
 
277
 
269
attributetype ( 1.3.6.1.4.1.42.2.27.8.1.12
278
attributetype ( 1.3.6.1.4.1.42.2.27.8.1.12
270
      NAME 'pwdFailureCountInterval'
279
      NAME 'pwdFailureCountInterval'
271
      EQUALITY integerMatch
280
      EQUALITY integerMatch
-
 
281
      ORDERING integerOrderingMatch
272
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
282
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
273
      SINGLE-VALUE )
283
      SINGLE-VALUE )
274
 
284
 
275
#5.2.13  pwdMustChange
285
#5.2.13  pwdMustChange
276
#
286
#