From: ivan Date: Fri, 29 Jan 2010 20:21:37 +0000 (+0000) Subject: add Cleartext-Password to radius-password export options, RT#7150 X-Git-Tag: freeside_1_9_2~89 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=d6cdfae5696a2728c9bf02fbaa2a4ffb6431e5c7;p=freeside.git add Cleartext-Password to radius-password export options, RT#7150 --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 863d635a8..a1a05625c 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -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' ], }, {