changeset 8 | f68fdcc18df9 |
parent 5 | cdd708efa505 |
child 9 | f4bf6556fb9f |
5:cdd708efa505 | 8:f68fdcc18df9 |
---|---|
1 #!/bin/bash |
1 #!/bin/bash |
2 |
2 |
3 set -e |
3 set -e |
4 cd "`dirname $0`" |
|
5 |
|
4 . resources/functions |
6 . resources/functions |
5 |
7 |
6 cat <<EOF |
8 cat <<EOF |
7 Welcome to SSO-in-a-Box! This script configures a stock Ubuntu 12.10 install |
9 Welcome to SSO-in-a-Box! This script configures a stock Ubuntu 12.10 install |
8 into a working Kerberos, LDAP, RADIUS and WebAuth server. We'll ask you for |
10 into a working Kerberos, LDAP, RADIUS and WebAuth server. We'll ask you for |