1<?php 2 3$lang['host'] = 'A comma separated list of radius servers. Hostnames or IPs.'; 4$lang['port'] = 'The UDP port to use for radius.'; 5$lang['timeout'] = 'The timeout in seconds to wait for a radius response.'; 6$lang['tries'] = 'The number of attempts before skipping the radius server.'; 7$lang['secret'] = 'The radius shared secret. This secret will be used for all servers.'; 8$lang['mailhost'] = 'The mail server to use for email addresses. Addresses will be set to <code>username@mailhost</code>'; 9$lang['defaultgroup'] = 'The group name to add to users if their group isn\'t set by the radius <code>Class</code> attribute.'; 10$lang['auth_type'] = 'Change the type of RADIUS Authentication. Currently supported are PAP, MSCHAPV2. Default is PAP.';