Skip to content

Commit

Permalink
use secure ldap protocol [refs #95001]
Browse files Browse the repository at this point in the history
  • Loading branch information
nico4 committed Apr 24, 2018
1 parent df255d9 commit 8d96b6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/app.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ SENTRY_DSN=
SECRET_KEY=enter secret key here

# Server and DN pattern for connecting to LDAP.
LDAP_SERVER=ldap://ldap3.eionet.europa.eu
LDAP_SERVER=ldaps://ldap3.eionet.europa.eu
LDAP_USER_DN_PATTERN=uid={user_id},ou=Users,o=EIONET,l=Europe

# Space-separated lists of principals for that role. Principals can be in the format ``user_id:NAME`` or ``ldap_group:NAME``.
Expand All @@ -37,5 +37,5 @@ TIME_ZONE=Europe/Bucharest

ALLOW_PARCEL_DELETION=on

# URL relative path to the documentation
# URL relative path to the documentation
DOCS_URL=/docs/

0 comments on commit 8d96b6d

Please sign in to comment.