Update 'doc/gitea_ldap.md'

This commit is contained in:
2018-03-29 20:30:15 +02:00
parent aa3b3579fd
commit 951779aa8a

View File

@@ -1,14 +1,13 @@
# 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
---
- 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`