Atualização
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
# gitea-ldap
|
||||
# Checklist
|
||||
|
||||
Exemplo de autenticação do Gitea com LDAP do ActiveDirectory
|
||||
- [ ] 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`
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 203 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 250 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 184 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 184 KiB |
Reference in New Issue
Block a user