-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpolicies.ldif
More file actions
31 lines (31 loc) · 840 Bytes
/
policies.ldif
File metadata and controls
31 lines (31 loc) · 840 Bytes
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
dn: cn=config
changetype: modify
replace: passwordCheckSyntax
passwordCheckSyntax: on
-
replace: passwordMinLength
passwordMinLength: 12
-
# Interesting attribute, so many hardcoded things... cannot be disabled, accepts value 1-64, this will be so annoying but let's try anyway...
replace: PasswordMinTokenLength
PasswordMinTokenLength: 16
-
# "password minimum number of categories "0" is invalid. The minimum number of categories must range from 1 to 5."
# And the reference says the minimum is 0...
replace: passwordMinCategories
passwordMinCategories: 1
-
replace: passwordLockout
passwordLockout: on
-
replace: passwordMaxFailure
passwordMaxFailure: 6
-
replace: passwordLockoutDuration
passwordLockoutDuration: 120
-
replace: passwordLegacyPolicy
passwordLegacyPolicy: off
-
replace: passwordIsGlobalPolicy
passwordIsGlobalPolicy: on