Atualização

This commit is contained in:
Jurandy Soares
2026-06-17 22:17:04 -03:00
parent d60a768847
commit cfb029e0ba
5 changed files with 15 additions and 2 deletions
+15 -2
View File
@@ -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