summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorivan <ivan>2002-10-09 13:07:54 +0000
committerivan <ivan>2002-10-09 13:07:54 +0000
commit3fcc6847417cbda9fd027a4286db5e59aea6d901 (patch)
treedb515ce0c1bb38f71eacae9a69496683759551bd /FS/FS/Conf.pm
parent61e25db54f2da624a79ecedb6bf3d678c7fdefc5 (diff)
radius-password config value to set the attribute used for plaintext pw's
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 3fdaf21..4dd80c1 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -967,6 +967,14 @@ httemplate/docs/config.html
'type' => 'textarea',
},
+ {
+ 'key' => 'raidus-password',
+ 'section' => 'unclassified',
+ 'description' => 'RADIUS attribute for plain-text passwords.',
+ 'type' => 'select',
+ 'select_enum' => [ 'Password', 'User-Password' ],
+ },
+
);
1;