mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 02:34:06 +02:00
Default to port 1812 for radius authentication when doing 802.1x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11890 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3840d84728
commit
00843976cc
@ -202,7 +202,7 @@ enable_broadcom() {
|
|||||||
*) auth=2; wsec=2;;
|
*) auth=2; wsec=2;;
|
||||||
esac
|
esac
|
||||||
eval "${vif}_key=\"\$key\""
|
eval "${vif}_key=\"\$key\""
|
||||||
nasopts="-r \"\$${vif}_key\" -h $server -p $port"
|
nasopts="-r \"\$${vif}_key\" -h $server -p ${port:-1812}"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
append vif_do_up "wsec $wsec" "$N"
|
append vif_do_up "wsec $wsec" "$N"
|
||||||
|
Loading…
Reference in New Issue
Block a user