14 lines
463 B
Markdown
14 lines
463 B
Markdown
# Gitea LDAP Authentication settings
|
|
|
|
- Authentication Type: `LDAP (via BindDN)`
|
|
- Authentication Name: `LDAP`
|
|
- Security Protocol: `Unencrypted`
|
|
- Host: `gagarin`
|
|
- Port: `389`
|
|
- User Search Base: `dc=fet,dc=htu,dc=tuwien,dc=ac,dc=at`
|
|
- User Filter: `(&(objectClass=posixAccount)(uid=%s))`
|
|
- Admin Filter: `(memberOf=cn=admin,ou=groups,dc=fet,dc=htu,dc=tuwien,dc=ac,dc=at)`
|
|
- First name attribute: `givenName`
|
|
- Surname attribute: `sn`
|
|
- Email attribute: `mail`
|