X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=6d21802c8ae2a380b22c98c9c2ecd8facb16275f;hb=e34a817fc92eda8b6f9596b3a925c40bfb7e3887;hp=3fdaf218a23762596fc7a5fb845786dccae652e5;hpb=69f92e8567d1952bc4cbf29d944b97051467bd11;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 3fdaf218a..6d21802c8 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' => '', + 'description' => 'RADIUS attribute for plain-text passwords.', + 'type' => 'select', + 'select_enum' => [ 'Password', 'User-Password' ], + }, + ); 1;