Skip to content

Commit

Permalink
Update run.example
Browse files Browse the repository at this point in the history
addition of CAS login parameters
  • Loading branch information
andiempettJISC authored Jun 16, 2016
1 parent 7514f3d commit 3c98e0a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .docker/run.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@
# ldap - LDAP settings (used if logins.ldap is set to be active)
# logins.password - enable/disable local account logins
# logins.ldap - enable/disable ldap authentication
# logins.cas - enable/disable cas authentication
# cas - CAS settings (used if logins.cas is set to be active)
# public.cas - additional CAS settings
# SERVER_NAME - FQDN of server running peakaboo

sudo \
METEOR_SETTINGS="{\"auth\":{\"username\":\"___\",\"password\":\___"\"},\"imageDir\":\"/tmp/peakaboo-image\",\"ldap\":{\"url\":\"___\",\"baseDN\":\"___\",\"username\":\"___\",\"password\":\"___\",\"attributes\":{\"user\":[\"cn\",\"displayName\",\"givenName\",\"mail\",\"memberOf\"]}},\"logins\":{\"password\":{\"active\":true},\"ldap\":{\"active\":true}}}" \
METEOR_SETTINGS="{\"auth\":{\"username\":\"___\",\"password\":\___"\"},\"imageDir\":\"/tmp/peakaboo-image\",\"ldap\":{\"url\":\"___\",\"baseDN\":\"___\",\"username\":\"___\",\"password\":\"___\",\"attributes\":{\"user\":[\"cn\",\"displayName\",\"givenName\",\"mail\",\"memberOf\"]}},\"cas\":{\"active\":true,\"baseUrl\":\"___\",\"autoClose\":true},\"public\":{\"cas\":{\"loginUrl\":\"___\",\"serviceParam\":\"service\",\"popupWidth\":810,\"popupHeight\":610}},\"logins\":{\"password\":{\"active\":true},\"ldap\":{\"active\":true},\"cas\":{\"active\":false}}}" \
SERVER_NAME=___ \
docker-compose up -d

0 comments on commit 3c98e0a

Please sign in to comment.