diff options
author | kolla <kolla> | 2009-02-13 15:54:15 +0000 |
---|---|---|
committer | kolla <kolla@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2009-02-13 15:54:15 +0000 |
commit | 55be0e6590f835ec7c8c65c88f706a2d3f9edc14 (patch) | |
tree | d5b672d2e92587f941787eae7f58bdd09ddaa0ef | |
parent | 3243522b96d1ec374aeb56acf2974033a78ace1b (diff) |
Replace radsec.realm with dynamic_radsec.realm - clearly dynamic, clearly not a hostname (_)
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@470 e88ac4ed-0b26-0410-9574-a7f39faa03bf
-rwxr-xr-x | radsec-dynsrv.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/radsec-dynsrv.sh b/radsec-dynsrv.sh index c4c920c..6260a8a 100755 --- a/radsec-dynsrv.sh +++ b/radsec-dynsrv.sh @@ -42,7 +42,7 @@ else fi if test -n "${SERVERS}" ; then - echo "server radsec.${REALM} {\n${SERVERS}\n\ttype TLS\n}" + echo "server dynamic_radsec.${REALM} {\n${SERVERS}\n\ttype TLS\n}" exit 0 fi |