add ldap
This commit is contained in:
12
.env.example
12
.env.example
@@ -23,7 +23,19 @@ DOCKER_IMAGE_BACKUP=vasyakrg/gitlab-backup
|
||||
|
||||
# LDAP settings
|
||||
LDAP_ENABLED=false
|
||||
LDAP_LABEL=LDAP
|
||||
|
||||
# "start_tls" if 389, or "simple_tls" if 636
|
||||
LDAP_METHOD=simple_tls
|
||||
LDAP_ACTIVE_DIRECTORY=false
|
||||
LDAP_HOST=
|
||||
LDAP_PORT=636
|
||||
LDAP_UID=uid
|
||||
LDAP_PASS=
|
||||
LDAP_VERIFY_SSL=true
|
||||
LDAP_BASE="cn=users,cn=accounts,dc=domain,dc=com"
|
||||
LDAP_USER_FILTER="(&(objectClass=posixaccount)(memberOf=cn=gitlab,cn=groups,cn=accounts,dc=domain,dc=com))"
|
||||
LDAP_BIND_DN="uid=uidgitlab,cn=sysaccounts,cn=etc,dc=domain,dc=com"
|
||||
|
||||
# SMTP settings
|
||||
SMTP_ENABLED=false
|
||||
|
||||
Reference in New Issue
Block a user