diff options
author | Chris Buechler <cmb@pfsense.org> | 2014-11-14 13:30:44 -0600 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2014-11-14 13:30:44 -0600 |
commit | 84b5dc41ef1c2b7e6e9ba423672b769cc87dcd5e (patch) | |
tree | b2fb231a0614cd39a151d223dd979c7df3523fba /config/freeradius2/freeradiusclients.xml | |
parent | 2474801fe0ebcde21f45bfcd233abff143a76af3 (diff) | |
download | pfsense-packages-84b5dc41ef1c2b7e6e9ba423672b769cc87dcd5e.tar.gz pfsense-packages-84b5dc41ef1c2b7e6e9ba423672b769cc87dcd5e.tar.bz2 pfsense-packages-84b5dc41ef1c2b7e6e9ba423672b769cc87dcd5e.zip |
clean up text in freeradius
Diffstat (limited to 'config/freeradius2/freeradiusclients.xml')
-rw-r--r-- | config/freeradius2/freeradiusclients.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/freeradius2/freeradiusclients.xml b/config/freeradius2/freeradiusclients.xml index 215a751e..da1e37a2 100644 --- a/config/freeradius2/freeradiusclients.xml +++ b/config/freeradius2/freeradiusclients.xml @@ -138,7 +138,7 @@ <field> <fielddescr>Client IP Address</fielddescr> <fieldname>varclientip</fieldname> - <description><![CDATA[Enter the IP address of the client. This is in general the IP of the NAS (switch,accesspoint).]]></description> + <description><![CDATA[Enter the IP address of the RADIUS client. This is the IP of the NAS (switch, access point, firewall, router, etc.).]]></description> <type>input</type> <required/> </field> @@ -156,14 +156,14 @@ <field> <fielddescr>Client Shortname</fielddescr> <fieldname>varclientshortname</fieldname> - <description><![CDATA[Enter shortname of the client. This is in general the hostname of the NAS (switch,accesspoint).]]></description> + <description><![CDATA[Enter a short name for the client. This is generally the hostname of the NAS.]]></description> <type>input</type> <required/> </field> <field> <fielddescr>Client Shared Secret</fielddescr> <fieldname>varclientsharedsecret</fieldname> - <description><![CDATA[Enter the shared secret of the client here. This is the shared secret (password) which the NAS (switch or accesspoint) needs to communicate with the RADIUS server.]]></description> + <description><![CDATA[Enter the shared secret of the RADIUS client here. This is the shared secret (password) which the NAS (switch or accesspoint) needs to communicate with the RADIUS server.]]></description> <type>password</type> <required/> </field> |