Update gitea doc
This commit is contained in:
@@ -1,4 +1,12 @@
|
|||||||
# Gitea LDAP Authentication settings
|
# Gitea
|
||||||
|
|
||||||
|
## Setup using installer, create user root
|
||||||
|
|
||||||
|
```shell
|
||||||
|
INSTALL_LOCK to false
|
||||||
|
```
|
||||||
|
|
||||||
|
## Gitea LDAP Authentication settings
|
||||||
|
|
||||||
- Authentication Type: `LDAP (via BindDN)`
|
- Authentication Type: `LDAP (via BindDN)`
|
||||||
- Authentication Name: `LDAP`
|
- Authentication Name: `LDAP`
|
||||||
@@ -7,7 +15,9 @@
|
|||||||
- Port: `389`
|
- Port: `389`
|
||||||
- User Search Base: `dc=fet,dc=htu,dc=tuwien,dc=ac,dc=at`
|
- User Search Base: `dc=fet,dc=htu,dc=tuwien,dc=ac,dc=at`
|
||||||
- User Filter: `(&(objectClass=posixAccount)(uid=%s))`
|
- User Filter: `(&(objectClass=posixAccount)(uid=%s))`
|
||||||
- Admin Filter: `(memberOf=cn=admin,ou=groups,dc=fet,dc=htu,dc=tuwien,dc=ac,dc=at)`
|
- Admin Filter: doesn't work, otherwise `(memberOf=cn=admin,ou=groups,dc=fet,dc=htu,dc=tuwien,dc=ac,dc=at)`
|
||||||
- First name attribute: `givenName`
|
- First name attribute: `givenName`
|
||||||
- Surname attribute: `sn`
|
- Surname attribute: `sn`
|
||||||
- Email attribute: `mail`
|
- Email attribute: `mail`
|
||||||
|
|
||||||
|
No Bind-DN and password needed!
|
||||||
Submodule roles/common updated: e0c7bfef7d...d9732bb530
Reference in New Issue
Block a user