diff --git a/README.md b/README.md index 6bf3d37..a318c3b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ -# gitea-ldap +# Checklist -Exemplo de autenticação do Gitea com LDAP do ActiveDirectory \ No newline at end of file +- [ ] 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` diff --git a/gitea-ldap-auth-lapso-01.png b/gitea-ldap-auth-lapso-01.png new file mode 100644 index 0000000..1ed6de1 Binary files /dev/null and b/gitea-ldap-auth-lapso-01.png differ diff --git a/gitea-ldap-auth-lapso-destacado-01.png b/gitea-ldap-auth-lapso-destacado-01.png new file mode 100644 index 0000000..3c14ccf Binary files /dev/null and b/gitea-ldap-auth-lapso-destacado-01.png differ diff --git a/gitea-ldap-auth-lapso-destacado.png b/gitea-ldap-auth-lapso-destacado.png new file mode 100644 index 0000000..13a5ca0 Binary files /dev/null and b/gitea-ldap-auth-lapso-destacado.png differ diff --git a/gitea-ldap-auth-lapso.png b/gitea-ldap-auth-lapso.png new file mode 100644 index 0000000..13a5ca0 Binary files /dev/null and b/gitea-ldap-auth-lapso.png differ