]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
snmp: use same port as default configuration
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Wed, 2 Aug 2023 11:18:44 +0000 (12:18 +0100)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Wed, 2 Aug 2023 12:13:15 +0000 (13:13 +0100)
scripts/snmp-proxy/freeradius-snmp.pl

index f30fc7d54f9f9cd983c9cbbd07b6ad11de8dfa06..c5c8a4e53cb4a76f8d1ac9bcc2e192ffdbc37ae9 100644 (file)
@@ -40,7 +40,7 @@ my $cfg = {
 
     radius => {
         host => 'localhost',
-        port => 18120,
+        port => 18121,
         secret => 'adminsecret',
 #        dictionary => '../radiusd/share/dictionary',
         dictionary => 'dictionary.hacked',