-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathlaps-client-settings.json.example
53 lines (50 loc) · 1.42 KB
/
laps-client-settings.json.example
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
{
"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
}
],
"use-starttls": true,
"domain": "example.com",
"ldap-query": "(&(objectClass=computer)(cn=%1))",
"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",
"Bitlocker Recovery Key": "sub:msFVE-RecoveryPassword",
"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"
}