forked from schorschii/LAPS4LINUX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
laps-client-settings.example.json
51 lines (48 loc) · 1.3 KB
/
laps-client-settings.example.json
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
{
"server": [
{
"address": "dc1.example.com",
"port": 636,
"ssl": true
},
{
"address": "dc2.example.com",
"port": 636,
"ssl": true
},
{
"address": "dc3.example.com",
"port": 636,
"ssl": true
}
],
"domain": "example.com",
"use-starttls": true,
"username": "johndoe",
"use-kerberos": true,
"ldap-attribute-password": [
"msLAPS-EncryptedPassword",
"msLAPS-Password",
"ms-Mcs-AdmPwd"
],
"ldap-attribute-password-expiry": [
"msLAPS-PasswordExpirationTime",
"ms-Mcs-AdmPwdExpirationTime"
],
"ldap-attribute-password-history": "msLAPS-EncryptedPasswordHistory",
"ldap-attributes": {
"Operating System": "operatingSystem",
"Last Logon Timestamp": "lastLogonTimestamp",
"Administrator Password": [
"msLAPS-EncryptedPassword",
"msLAPS-Password",
"ms-Mcs-AdmPwd"
],
"Password Expiration Date": [
"msLAPS-PasswordExpirationTime",
"ms-Mcs-AdmPwdExpirationTime"
],
"Administrator Password History": "msLAPS-EncryptedPasswordHistory"
},
"connect-username": "administrator"
}