[freeside-commits] freeside/FS/FS Conf.pm,1.349,1.350
Ivan,,,
ivan at wavetail.420.am
Fri Jan 29 12:21:38 PST 2010
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv29619
Modified Files:
Conf.pm
Log Message:
add Cleartext-Password to radius-password export options, RT#7150
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.349
retrieving revision 1.350
diff -u -d -r1.349 -r1.350
--- Conf.pm 21 Jan 2010 08:54:47 -0000 1.349
+++ Conf.pm 29 Jan 2010 20:21:35 -0000 1.350
@@ -1814,7 +1814,7 @@
'section' => '',
'description' => 'RADIUS attribute for plain-text passwords.',
'type' => 'select',
- 'select_enum' => [ 'Password', 'User-Password' ],
+ 'select_enum' => [ 'Password', 'User-Password', 'Cleartext-Password' ],
},
{
More information about the freeside-commits
mailing list