diff options
author | ivan <ivan> | 2005-04-13 12:31:30 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-04-13 12:31:30 +0000 |
commit | ca1b5151cb9093fcb49de2ffd885754e1a5d5d48 (patch) | |
tree | db2a5ab28ba664f508340c75e34a0a9efbec1206 /httemplate/edit/part_svc.cgi | |
parent | 3b0cb02522be27cea894150c3646ef03fef09e4b (diff) |
get rid of some super ancient assumptions about slipip and uid meaning exporting to RADIUS and shell respectively
Diffstat (limited to 'httemplate/edit/part_svc.cgi')
-rwxr-xr-x | httemplate/edit/part_svc.cgi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/edit/part_svc.cgi b/httemplate/edit/part_svc.cgi index bc38c34bd..3540a421e 100755 --- a/httemplate/edit/part_svc.cgi +++ b/httemplate/edit/part_svc.cgi @@ -67,8 +67,8 @@ my $conf = new FS::Conf; my %defs = ( 'svc_acct' => { 'dir' => 'Home directory', - 'uid' => 'UID (set to fixed and blank for dial-only)', - 'slipip' => 'IP address (Set to fixed and blank to disable dialin, or, set a value to be exported to RADIUS Framed-IP-Address. Use the special value <code>0e0</code> [zero e zero] to enable export to RADIUS without a Framed-IP-Address.)', + 'uid' => 'UID (set to fixed and blank for no UIDs)', + 'slipip' => 'IP address', # 'popnum' => qq!<A HREF="$p/browse/svc_acct_pop.cgi/">POP number</A>!, 'popnum' => { desc => 'Access number', @@ -85,7 +85,7 @@ my %defs = ( '_password' => 'Password', 'gid' => 'GID (when blank, defaults to UID)', 'shell' => { - desc =>'Shell (all service definitions should have a default or fixed shell that is present in the <b>shells</b> configuration file)', + desc =>'Shell (all service definitions should have a default or fixed shell that is present in the <b>shells</b> configuration file, set to blank for no shell tracking)', type =>'select', select_list => [ $conf->config('shells') ], }, |