From 91d1ffa8381185b8c71d7990f94445fde6137027 Mon Sep 17 00:00:00 2001 From: Bill Thompson Date: Fri, 26 Apr 2019 19:24:16 -0400 Subject: [PATCH] polish --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aeda3b1..0f9ec7e 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,10 @@ This will start Grouper, a Shibboleth IdP, OpenLDAP, mySQL, and other components docker ps --format "{{.Names}} {{.Status}}" ``` Once the container is in a `Running` state, browse to to access the Grouper UI and log in with one of the following: -- `banderson`/`password`: Grouper Administrator -- `jsmith`/`password`: standard user +- Grouper Administrator + - username: `banderson`, password: `password` +- Normal User + - username: `jsmith`, password: `password` The container has a few other applications running. phpMyAdmin provides an admin interface to the Grouper mySQL database. phpLDAPadmin provides an admin interface to OpenLDAP. Finally, there is a sample application that displays subject attributes for the user that is logged in. - phpMyAdmin