Replace radsec.realm with dynamic_radsec.realm - clearly dynamic, clearly not a hostn...
authorkolla <kolla>
Fri, 13 Feb 2009 15:54:15 +0000 (15:54 +0000)
committerkolla <kolla@e88ac4ed-0b26-0410-9574-a7f39faa03bf>
Fri, 13 Feb 2009 15:54:15 +0000 (15:54 +0000)
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@470 e88ac4ed-0b26-0410-9574-a7f39faa03bf

radsec-dynsrv.sh

index c4c920c..6260a8a 100755 (executable)
@@ -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