Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
LDAP web authentication.
· fb6959ea
nimrod
authored
Apr 21, 2021
To be integrated with the Nginx web proxy.
fb6959ea
Merge branch 'ldap-auth'
· 0dea2c9a
nimrod
authored
Apr 22, 2021
0dea2c9a
Show whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
0dea2c9a
...
@@ -2,6 +2,20 @@
...
@@ -2,6 +2,20 @@
---
---
version
:
'
3.5'
version
:
'
3.5'
services
:
services
:
auth
:
environment
:
LDAP_BASE_DN
:
"
ou=People,${LDAP_BASE_DN:-dc=shore,dc=co,dc=il}"
LDAP_OBJECTS_DN
:
"
dn"
LDAP_OPENLDAP
:
!!str
true
LDAP_REALM_NAME
:
shore.co.il authentication
LDAP_USER_OBJECT_FILTER
:
"
(&(objectclass=inetOrgPerson)(uid=%s))"
SECRET_KEY
:
"
${SECRET_KEY:-qwerty123}"
hostname
:
auth.shore.co.il
image
:
registry.shore.co.il/ldap-auth
restart
:
always
volumes
:
-
_run_slapd:/run/slapd
crond
:
crond
:
build
:
build
:
context
:
crond/
context
:
crond/
...
...