freeside/httemplate/edit part_svc.cgi,1.44,1.45

ivan ivan at pouncequick.420.am
Wed Apr 13 05:31:32 PDT 2005


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory pouncequick:/tmp/cvs-serv22876/edit

Modified Files:
	part_svc.cgi 
Log Message:
get rid of some super ancient assumptions about slipip and uid meaning exporting to RADIUS and shell respectively

Index: part_svc.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/part_svc.cgi,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- part_svc.cgi	24 Feb 2005 14:22:01 -0000	1.44
+++ part_svc.cgi	13 Apr 2005 12:31:30 -0000	1.45
@@ -67,8 +67,8 @@
 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 @@
     '_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') ],
                    },




More information about the freeside-commits mailing list