Skip to content
Snippets Groups Projects
Commit 878639a8 authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Added SMRadius-Peer-Address attribute

parent b2daabb5
No related branches found
No related tags found
No related merge requests found
......@@ -1002,6 +1002,8 @@ sub process_request {
foreach my $attr ($pkt->attributes) {
$authAttributes->{$attr} = $pkt->rawattr($attr);
}
# Peer address
$authAttributes->{'SMRadius-Peer-Address'} = $server->{'peeraddr'};
# Loop with attributes we got from the user
foreach my $attrName (keys %{$user->{'Attributes'}}) {
# Loop with operators
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment