diff options
author | Alexander Wilke <nachtfalkeaw@web.de> | 2012-01-02 18:29:29 +0000 |
---|---|---|
committer | Alexander Wilke <nachtfalkeaw@web.de> | 2012-01-02 18:29:29 +0000 |
commit | 582c04866102a5c8fc30ea83d85261f5c291b3f9 (patch) | |
tree | 269d75dbf2056999fe00e502e48613dd49a1910f /config/freeradius2/freeradiusclients.xml | |
parent | efda45c843dcf50b54a9ec8bf1d30b6be9cc8fec (diff) | |
download | pfsense-packages-582c04866102a5c8fc30ea83d85261f5c291b3f9.tar.gz pfsense-packages-582c04866102a5c8fc30ea83d85261f5c291b3f9.tar.bz2 pfsense-packages-582c04866102a5c8fc30ea83d85261f5c291b3f9.zip |
freeradius2 updates pkg v1.4.2
Diffstat (limited to 'config/freeradius2/freeradiusclients.xml')
-rwxr-xr-x | config/freeradius2/freeradiusclients.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/freeradius2/freeradiusclients.xml b/config/freeradius2/freeradiusclients.xml index 61afd4f5..8e5e6b5b 100755 --- a/config/freeradius2/freeradiusclients.xml +++ b/config/freeradius2/freeradiusclients.xml @@ -147,7 +147,7 @@ <field> <fielddescr>Client Shortname</fielddescr> <fieldname>varclientshortname</fieldname> - <description><![CDATA[Enter shortname of the client. This is in general the IP of the NAS (switch,accesspoint).]]></description> + <description><![CDATA[Enter shortname of the client. This is in general the hostname of the NAS (switch,accesspoint).]]></description> <type>input</type> <required/> </field> @@ -165,7 +165,7 @@ <field> <fielddescr>Client Protocol</fielddescr> <fieldname>varclientproto</fieldname> - <description><![CDATA[Enter the protocol the client uses. (Default: udp)]]></description> + <description><![CDATA[Enter the protocol the client uses. (Default: UDP)]]></description> <type>select</type> <default_value>udp</default_value> <options> |