diff options
author | ivan <ivan> | 2007-02-08 22:54:19 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-02-08 22:54:19 +0000 |
commit | 320a556afd993320bbce19872462a2eb3d2f8113 (patch) | |
tree | d9ff05599c4effdba61a3329d98d92782a187362 | |
parent | 1d15d22917b9e91fbb9b5a195f94bf3b71fe304a (diff) |
slightly less cryptic docs for groups_susp_reason option
-rw-r--r-- | FS/FS/part_export/sqlradius.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/sqlradius.pm b/FS/FS/part_export/sqlradius.pm index 5bf9b7a6a..139f4001f 100644 --- a/FS/FS/part_export/sqlradius.pm +++ b/FS/FS/part_export/sqlradius.pm @@ -33,7 +33,7 @@ tie %options, 'Tie::IxHash', }, 'overlimit_groups' => { label => 'Radius groups to assign to svc_acct which has exceeded its bandwidth or time limit', } , 'groups_susp_reason' => { label => - 'Radius group mapping to reason (via template user)', + 'Radius group mapping to reason (via template user) (svcnum|username|username@domain reasonnum|reason)', type => 'textarea', }, |