Actualiser docker-compose.yml
This commit is contained in:
parent
feed2a4d68
commit
1d91473cc2
@ -58,11 +58,18 @@ services:
|
||||
LDAP_PORT: 389
|
||||
LDAP_ENCRYPTION_METHOD: "none"
|
||||
LDAP_USER_BASE_DN: "ou=utilisateurs,dc=tips-of-mine,dc=local"
|
||||
LDAP_USERNAME_ATTRIBUTE: "sAMAccountName"
|
||||
LDAP_USERNAME_ATTRIBUTE: "userPrincipalName"
|
||||
LDAP_SEARCH_BIND_DN: "cn=service-guacamole,ou=Services,ou=utilisateurs,dc=tips-of-mine,dc=local"
|
||||
LDAP_SEARCH_BIND_PASSWORD: "some_password"
|
||||
LDAP_GROUP_BASE_DN: "ou=groupes,dc=tips-of-mine,dc=local"
|
||||
LDAP_GROUP_NAME_ATTRIBUTE: "cn"
|
||||
LDAP_MEMBER_AATRIBUTE: "member"
|
||||
LDAP_USER_SEARCH_FILTER: "(&(objectCategory=person)(objectclass=user)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))}"
|
||||
# TOTP_ENABLED: "true"
|
||||
# TOTP_ISSUER: "Guacamole IT Tips-Of-Mine"
|
||||
# TOTP_DIGITS: 6
|
||||
# TOTP_PERIOD: 60
|
||||
# TOTP_MODE: sha1
|
||||
image: guacamole/guacamole:latest
|
||||
links:
|
||||
- guacd
|
||||
|
Loading…
x
Reference in New Issue
Block a user