diff options
author | ivan <ivan> | 2005-04-13 10:54:54 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-04-13 10:54:54 +0000 |
commit | 7a1b41c76d4eaa1fdbdda7a1e5d76aab122b207f (patch) | |
tree | 01126632575fb076d61a1b9ab7fb3fcd454ca815 | |
parent | 62b665335de5780923b1e27e8cd1b373b49e718c (diff) |
add a line to pod example regarding RADIUS check attributes
-rw-r--r-- | FS/FS/svc_acct.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index 7526d817e..267116a55 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -167,7 +167,9 @@ FS::svc_Common. The following fields are currently supported: =item domsvc - svcnum from svc_domain -=item radius_I<Radius_Attribute> - I<Radius-Attribute> +=item radius_I<Radius_Attribute> - I<Radius-Attribute> (reply) + +=item rc_I<Radius_Attribute> - I<Radius-Attribute> (check) =back |