diff options
author | ivan <ivan> | 2001-09-11 03:15:58 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-09-11 03:15:58 +0000 |
commit | 842df85f746a2e1b961d6c9e3a8c5cc3678ae6dd (patch) | |
tree | aa3ffc2b575962bc9f22772d8220163485db5e87 /httemplate/edit | |
parent | 01ea770bbf69f2e31a2e74254ca931917f2ca1ef (diff) |
cyrus support
Diffstat (limited to 'httemplate/edit')
-rwxr-xr-x | httemplate/edit/part_svc.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/part_svc.cgi b/httemplate/edit/part_svc.cgi index c0a789667..0deed7b99 100755 --- a/httemplate/edit/part_svc.cgi +++ b/httemplate/edit/part_svc.cgi @@ -1,4 +1,4 @@ -<!-- $Id: part_svc.cgi,v 1.8 2001-09-11 00:08:18 ivan Exp $ --> +<!-- $Id: part_svc.cgi,v 1.9 2001-09-11 03:15:58 ivan Exp $ --> <% my $part_svc; if ( $cgi->param('error') ) { #error @@ -107,7 +107,7 @@ my %defs = ( '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.)', 'popnum' => qq!<A HREF="$p/browse/svc_acct_pop.cgi/">POP number</A>!, 'username' => 'Username', - 'quota' => '(unimplemented)', + 'quota' => '', '_password' => 'Password', 'gid' => 'GID (when blank, defaults to UID)', 'shell' => 'Shell (all service definitions should have a default or fixed shell that is present in the <b>shells</b> configuration file)', |