add Cleartext-Password to radius-password export options, RT#7150
authorivan <ivan>
Fri, 29 Jan 2010 20:21:37 +0000 (20:21 +0000)
committerivan <ivan>
Fri, 29 Jan 2010 20:21:37 +0000 (20:21 +0000)
FS/FS/Conf.pm

index 863d635..a1a0562 100644 (file)
@@ -1806,7 +1806,7 @@ worry that config_items is freeside-specific and icky.
     'section'     => '',
     'description' => 'RADIUS attribute for plain-text passwords.',
     'type'        => 'select',
-    'select_enum' => [ 'Password', 'User-Password' ],
+    'select_enum' => [ 'Password', 'User-Password', 'Cleartext-Password' ],
   },
 
   {