Skip to content

Commit

Permalink
remove switch-controller-nas-ip-dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Moreau committed Sep 16, 2024
1 parent 39c0bb2 commit d4453b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PowerFGT/Public/cmdb/user/radius.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ function Add-FGTUserRADIUS {
}

if ( $PsBoundParameters.ContainsKey('nas_ip') ) {
$radius | add-member -name "switch-controller-nas-ip-dynamic" -membertype NoteProperty -Value $true
$radius | add-member -name "nas-ip" -membertype NoteProperty -Value $nas_ip
}

Expand Down

0 comments on commit d4453b1

Please sign in to comment.