summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2010-01-29 20:21:35 +0000
committerivan <ivan>2010-01-29 20:21:35 +0000
commit11b586f0fad8164514d272cee321e12bde6a49ef (patch)
tree2d34e0a19415a5b1eb1029d0b6b52b9ba695175e /FS
parent0bce5a5f0333e72f746af9339484707d2b9d3f95 (diff)
add Cleartext-Password to radius-password export options, RT#7150
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 1aba769..6157617 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' ],
},
{