From 11b586f0fad8164514d272cee321e12bde6a49ef Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 29 Jan 2010 20:21:35 +0000 Subject: add Cleartext-Password to radius-password export options, RT#7150 --- FS/FS/Conf.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FS') diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 1aba769c3..615761797 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1814,7 +1814,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' ], }, { -- cgit v1.2.1