From aa3b3579fd5b2a364050ed33698e40305d57c2e2 Mon Sep 17 00:00:00 2001 From: "Daniel A. Maierhofer" Date: Thu, 29 Mar 2018 20:27:38 +0200 Subject: [PATCH] Update gitea ldap doc --- doc/gitea_ldap.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/gitea_ldap.md b/doc/gitea_ldap.md index 8d77586..4cd3204 100644 --- a/doc/gitea_ldap.md +++ b/doc/gitea_ldap.md @@ -1,14 +1,14 @@ # 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 ---