17 lines
468 B
Markdown
17 lines
468 B
Markdown
# Checklist
|
|
|
|
- [ ] Authentication name: ?
|
|
- [ ] Security protocol: LDAPS
|
|
- [ ] Host: ?
|
|
- [ ] Port: `636`
|
|
- [ ] Skip TLS Verify
|
|
- [ ] Bind DN: ?
|
|
- [ ] Bind Password: ?
|
|
- [ ] User Filter: `(&(objectClass=user)(sAMAccountName=%s))`
|
|
- [ ] Username Attribute: `sAMAccountName`
|
|
- [ ] First Name Attribute: `givenName`
|
|
- [ ] Surname Attribute: `sn`
|
|
- [ ] Email Attribute: `mail`
|
|
- [ ] Public SSH Key Attribute: `extensionAttribute2`
|
|
- [ ] Avatar Attribute: `thumbnailPhoto`
|