Permalink
Cannot retrieve contributors at this time
executable file
13 lines (11 sloc)
149 Bytes
|
#!/bin/bash |
|
|
|
case $AUTHENTICATION in |
|
shibboleth) |
|
echo "default,sso" |
|
;; |
|
internal) |
|
echo "default" |
|
;; |
|
*) |
|
echo "default" |
|
esac |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.