Package: freeradius-dialupadmin
Version: 1.0.2-4
Severity: normal

Error in HTML syntax for groups/usernames with space. Adding " fixes the 
problem. Here are the diffs:

--- group_admin.php3    2003-02-01 17:33:26.000000000 +0100
+++ /usr/share/freeradius-dialupadmin/htdocs/group_admin.php3   2005-05-11 
22:48:34.167261872 +0200
@@ -88,7 +88,7 @@


    <form method=post>
-      <input type=hidden name=login value=<?php echo $login ?>>
+      <input type=hidden name=login value="<?php echo $login ?>">
       <input type=hidden name=do_changes value=0>
       <input type=hidden name=show value=0>
        <table border=1 bordercolordark=#ffffe0 bordercolorlight=#000000 
width=100% cellpadding=2 cellspacing=0 bgcolor="#ffffe0" valign=top>


--- usr/share/freeradius-dialupadmin/htdocs/user_delete.php3    2003-02-01 
17:33:27.000000000 +0100
+++ /usr/share/freeradius-dialupadmin/htdocs/user_delete.php3   2005-05-12 
02:50:02.000000000 +0200
@@ -80,7 +80,7 @@
 }
 ?>
    <form method=post>
-      <input type=hidden name=login value=<?php print $login ?>>
+      <input type=hidden name=login value="<?php print $login ?>">
       <input type=hidden name=delete_user value="0">
        <table border=1 bordercolordark=#ffffe0 bordercolorlight=#000000 
width=100% cellpadding=2 cellspacing=0 bgcolor="#ffffe0" valign=top>
 <tr>


--- usr/share/freeradius-dialupadmin/htdocs/user_edit.php3      2003-10-20 
18:39:39.000000000 +0200
+++ /usr/share/freeradius-dialupadmin/htdocs/user_edit.php3     2005-05-12 
02:52:37.000000000 +0200
@@ -95,7 +95,7 @@

 ?>
    <form name="edituser" method=post>
-      <input type=hidden name=login value=<?php print $login ?>>
+      <input type=hidden name=login value="<?php print $login ?>">
       <input type=hidden name=user_type value=<?php print $user_type ?>>
       <input type=hidden name=change value="0">
       <input type=hidden name=add value="0">


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages freeradius-dialupadmin depends on:
ii  apache [httpd]            1.3.33-6sarge1 versatile, high-performance HTTP s
ii  apache-ssl [httpd]        1.3.33-6sarge1 versatile, high-performance HTTP s
ii  php4                      4:4.3.10-16    server-side, HTML-embedded scripti

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to