From 1fbcb05f6319b9995e3d740d5fd3ad11f8d58f10 Mon Sep 17 00:00:00 2001 From: babb Date: Fri, 13 Oct 2017 09:33:53 -0500 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c49fd51..0cc7f46 100644 --- a/README.md +++ b/README.md @@ -39,13 +39,13 @@ The LDAP admin bind account is "cn=admin,dc=example,dc=edu/password". The MySql ## Published Ports / Where to Go -https://localhost:9443 -> Portal/Proxy web app -https://localhost:443 -> ShibIdP -localhost:3306 -> MySQL Database -localhost:389 -> LDAP...used only for authentication -http://localhost:8080 -> Grouper Back Door. Uses LDAP auth. -http://localhost:15672 -> RabbitMQ Web Interface (log in with guest/guest) -http://localhost:3000 -> SIS Web App. Use to add / edit users, and enroll them in courses + * https://localhost:9443 -> Portal/Proxy web app + * https://localhost:443 -> ShibIdP + * localhost:3306 -> MySQL Database + * localhost:389 -> LDAP...used only for authentication + * http://localhost:8080 -> Grouper Back Door. Uses LDAP auth. + * http://localhost:15672 -> RabbitMQ Web Interface (log in with guest/guest) + * http://localhost:3000 -> SIS Web App. Use to add / edit users, and enroll them in courses ## Authors