X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2Fbin%2Ffreeside-radgroup;h=33263294205486ba629f1cd1e75a901ef097c600;hb=b0d75dedc9872dd7c24f5d13e50b63afb6372740;hp=e1a819788d8d1f754ffbd67fbe15e25d4043ec8f;hpb=94fb4aafeae9abf099a8a4ee87b72de86c812ce0;p=freeside.git diff --git a/FS/bin/freeside-radgroup b/FS/bin/freeside-radgroup index e1a819788..332632942 100644 --- a/FS/bin/freeside-radgroup +++ b/FS/bin/freeside-radgroup @@ -20,7 +20,7 @@ if ( lc($action) eq 'add' ) { next if grep { $_ eq $groupname } @groups; push @groups, $groupname; my %hash = $svc_acct->hash; - $hash{radius_groups} = \@groups; + $hash{usergroup} = \@groups; my $new = new FS::svc_acct \%hash; my $error = $new->replace($svc_acct); die $error if $error; @@ -52,13 +52,13 @@ freeside-radgroup - Command line utility to manipulate radius groups =head1 DESCRIPTION - B is a freeside user as added with freeside-adduser. +B is a freeside user as added with freeside-adduser. - B is the action to take. Available actions are: I +B is the action to take. Available actions are: I - B is the group to add (or remove, etc.) +B is the group to add (or remove, etc.) - B specifies which accounts will be updated. +B specifies which accounts will be updated. =head1 EXAMPLES