diff options
author | jim-p <jimp@pfsense.org> | 2012-03-27 15:42:07 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2012-03-27 15:42:07 -0400 |
commit | 893dd62c4dc33c2fcd1c47cbb21dcb831706051a (patch) | |
tree | 4859aad63244d76d63b3206619521965231b8eee /config/freeradius2/freeradiusmodulesldap.xml | |
parent | 3bec435d6bf83c01c5b8718c6e09add799a12daa (diff) | |
download | pfsense-packages-893dd62c4dc33c2fcd1c47cbb21dcb831706051a.tar.gz pfsense-packages-893dd62c4dc33c2fcd1c47cbb21dcb831706051a.tar.bz2 pfsense-packages-893dd62c4dc33c2fcd1c47cbb21dcb831706051a.zip |
Generalize the firewall's name in user-visible spots of the FreeRADIUS2 package.
Diffstat (limited to 'config/freeradius2/freeradiusmodulesldap.xml')
-rw-r--r-- | config/freeradius2/freeradiusmodulesldap.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/freeradius2/freeradiusmodulesldap.xml b/config/freeradius2/freeradiusmodulesldap.xml index f6619afd..0fa98493 100644 --- a/config/freeradius2/freeradiusmodulesldap.xml +++ b/config/freeradius2/freeradiusmodulesldap.xml @@ -354,7 +354,7 @@ <field> <fielddescr>SSL CA Certificate</fielddescr> <fieldname>ssl_ca_cert1</fieldname> - <description><![CDATA[Choose the SSL CA Certficate here which you created with the pfSense Cert Manager.<br> + <description><![CDATA[Choose the SSL CA Certficate here which you created with the firewall's Cert Manager.<br> Choose "none" if you do not use any kind of certificates or the freeradius Cert Manager. (Default: none)]]></description> <type>select_source</type> <source><![CDATA[freeradius_get_ca_certs()]]></source> @@ -364,7 +364,7 @@ <field> <fielddescr>SSL Server Certificate</fielddescr> <fieldname>ssl_server_cert1</fieldname> - <description><![CDATA[Choose the SSL Server Certficate here which you created with the pfSense Cert Manager.<br> + <description><![CDATA[Choose the SSL Server Certficate here which you created with the firewall's Cert Manager.<br> Choose "none" if you do not use any kind of certificates or the freeradius Cert Manager. (Default: none)]]></description> <type>select_source</type> <source><![CDATA[freeradius_get_server_certs()]]></source> @@ -665,7 +665,7 @@ <field> <fielddescr>SSL CA Certificate</fielddescr> <fieldname>ssl_ca_cert2</fieldname> - <description><![CDATA[Choose the SSL CA Certficate here which you created with the pfSense Cert Manager.<br> + <description><![CDATA[Choose the SSL CA Certficate here which you created with the firewall's Cert Manager.<br> Choose "none" if you do not use any kind of certificates or the freeradius Cert Manager. (Default: none)]]></description> <type>select_source</type> <source><![CDATA[freeradius_get_ca_certs()]]></source> @@ -675,7 +675,7 @@ <field> <fielddescr>SSL Server Certificate</fielddescr> <fieldname>ssl_server_cert2</fieldname> - <description><![CDATA[Choose the SSL Server Certficate here which you created with the pfSense Cert Manager.<br> + <description><![CDATA[Choose the SSL Server Certficate here which you created with the firewall's Cert Manager.<br> Choose "none" if you do not use any kind of certificates or the freeradius Cert Manager. (Default: none)]]></description> <type>select_source</type> <source><![CDATA[freeradius_get_server_certs()]]></source> |