diff options
author | Henrik Lund Kramshoej <hlk@kramse.org> | 2017-07-11 11:27:53 +0200 |
---|---|---|
committer | Henrik Lund Kramshoej <hlk@kramse.org> | 2017-07-11 11:27:53 +0200 |
commit | 89cdabb24a311e429d6acca4c3b19357af221ad4 (patch) | |
tree | a0cd1058c29ce4f1c5ea3dd8f474c6c290f14827 /conf-from-container | |
parent | 13d9d83b6182fce382061da380e61593a35cac13 (diff) |
Added the right LDAP settings, works now with my password
Diffstat (limited to 'conf-from-container')
-rw-r--r-- | conf-from-container/shell.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf-from-container/shell.sh b/conf-from-container/shell.sh index 182d4c1..e6f21d8 100644 --- a/conf-from-container/shell.sh +++ b/conf-from-container/shell.sh @@ -1 +1 @@ -docker exec -ti `docker ps | cut -f 1 -d ' ' | grep -v "CONTAINER"` bash +docker exec -ti `docker ps | grep shibboleth-docker | cut -f 1 -d ' ' ` bash |