Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
The container is now built directly from the root directory.
Even the simplest composition was moved to demo/plain.
1 contributor

Users who have contributed to this file

executable file 13 lines (11 sloc) 149 Bytes
#!/bin/bash
case $AUTHENTICATION in
shibboleth)
echo "default,sso"
;;
internal)
echo "default"
;;
*)
echo "default"
esac