forked from schorschii/LAPS4LINUX
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlaps-runner.example.json
More file actions
39 lines (35 loc) · 1.21 KB
/
laps-runner.example.json
File metadata and controls
39 lines (35 loc) · 1.21 KB
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
{
"COMMENT": "If you want to use static domain and servers, please remove the '-EXAMPLE' from the following setting items and enter your custom values. Otherwise, laps-runner will try to auto discover the settings via DNS.",
"server-EXAMPLE": [
{
"address": "dc1.example.com",
"port": 389,
"ssl": false
},
{
"address": "dc2.example.com",
"port": 389,
"ssl": false
},
{
"address": "dc3.example.com",
"port": 389,
"ssl": false
}
],
"domain-EXAMPLE": "example.com",
"use-starttls": true,
"cred-cache-file": "/tmp/laps.temp",
"client-keytab-file": "/etc/krb5.keytab",
"native-laps": true,
"security-descriptor": null,
"history-size": 0,
"ldap-attribute-password": "msLAPS-Password",
"ldap-attribute-password-history": "msLAPS-EncryptedPasswordHistory",
"ldap-attribute-password-expiry": "msLAPS-PasswordExpirationTime",
"hostname": null,
"password-change-user": "root",
"password-days-valid": 30,
"password-length": 15,
"password-alphabet": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
}