<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: Is there a way to change sponsorship text on Enterasys NAC / Mobile IAM? in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-there-a-way-to-change-sponsorship-text-on-enterasys-nac/m-p/35195#M3985</link>
    <description>Alexandre, parece que você está tratando de escrever protugues.&lt;BR /&gt;
Eu não tive éxito numa resposta satisfatoria por parte do GTAC por esse mesmo problema. Até enviei um pedido para incorporar suporte de multiples idiomas e ainda estou esperando.&lt;BR /&gt;
Infelizmente não tenho mais acesso ao equipamento que configurei mas o caminho certo é a utilização do "HTML name", lembra de colocar o ";".&lt;BR /&gt;
A customização do NAC é feita de duas formas diferentes, em alguns casos você modifica texto HTML diretamente, em outros casos são campos de uma DB, eses campos são ao final de contas variaveis de um script, e aqui novamente há dois casos, campos que não tem variaveis de reemplazo e campos que tem variaveis de reemplazo, identificadas por %1 (ou alguma coisa similar, não lembro).&lt;BR /&gt;
Se o campo não tem variavel de reemplazo, pode usar HTML name y ele aparece corretamente, no caso que exista uma variavel de reemplazo no campo não funciona. parece que existe uma rutina para tratar eses casos e não respeita o HTML name.&lt;BR /&gt;
Eu tive que fazer magica para que as mensagens ficasem consistentes em toda a plataforma, mas em alguns casos não teve jeito, ficou com "erro". Graças a Deus nesse cliente não utilizaram as funcionalidade completas do produto, deixe muitos campos sem traduzir porque no eram necesarios.&lt;BR /&gt;
&lt;BR /&gt;
Abraços&lt;BR /&gt;
Raúl Carbonari&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Thu, 02 Oct 2014 21:09:00 GMT</pubDate>
    <dc:creator>Raul_Carbonari</dc:creator>
    <dc:date>2014-10-02T21:09:00Z</dc:date>
    <item>
      <title>Is there a way to change sponsorship text on Enterasys NAC / Mobile IAM?</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-there-a-way-to-change-sponsorship-text-on-enterasys-nac/m-p/35190#M3980</link>
      <description>Is there a way to change sponsorship text on Enterasys NAC / Mobile IAM?</description>
      <pubDate>Fri, 28 Feb 2014 23:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-there-a-way-to-change-sponsorship-text-on-enterasys-nac/m-p/35190#M3980</guid>
      <dc:creator>Alexandre_Canal</dc:creator>
      <dc:date>2014-02-28T23:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Is there a way to change sponsorship text on Enterasys NAC / Mobile IAM?</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-there-a-way-to-change-sponsorship-text-on-enterasys-nac/m-p/35191#M3981</link>
      <description>Hi,&lt;BR /&gt;
I'm still waiting on this answer. Has anyone already solved this?&lt;BR /&gt;
&lt;BR /&gt;
It is important to note that i'm referring to the text sent on e-mail body, that looks like the following:&lt;BR /&gt;
&lt;BR /&gt;
****************************************************************************&lt;BR /&gt;
&lt;BR /&gt;
User: FirstName LastName (LastName-FirstName-AA:AA:AA:AA:AA:AA)&lt;BR /&gt;
Email: user@corp.com Has requested sponsorship to obtain network access.&lt;BR /&gt;
&lt;BR /&gt;
Go to http://&amp;lt;&lt;I&gt;&amp;gt;/sponsor to Approve/Deny this request.&lt;BR /&gt;
&lt;BR /&gt;
****************************************************************************&lt;BR /&gt;
&lt;BR /&gt;
We have received an information from Support with the following instruction, but they didn't work:&lt;BR /&gt;
&lt;BR /&gt;
----- Forwarded Message ----- &lt;BR /&gt;
&lt;BR /&gt;
The strings can be updated by adding the below updates to the C:\Program Files\Enterasys Networks\NetSight\appdata\NSJBoss.properties file. Once the file is edited you will need to restart the NetSight server in order for the changes to take effect. &lt;BR /&gt;
&lt;BR /&gt;
private static String SPONSOR_EMAIL_TEXT_NOT_SPECIFIED = System.getProperty("SPONSOR_EMAIL_TEXT_NOT_SPECIFIED", "Not Specified"); &lt;BR /&gt;
private static String SPONSOR_PORTAL_URL = System.getProperty("SPONSOR_PORTAL_URL", "_http://%tagip%/sponsor; &lt;BR /&gt;
private static String SPONSOR_EMAIL_MSGBODY_DEFAULT = "User: %fullname% (%username%) \nEmail: %useremail% \nHas requested sponsorship to obtain network access. \n\n" + "Go to " + SPONSOR_PORTAL_URL + " to Approve/Deny this request."; &lt;BR /&gt;
private static String SPONSOR_EMAIL_SUBJECT = System.getProperty("SPONSOR_EMAIL_SUBJECT", "Sponsorship Request"); &lt;BR /&gt;
private static String SPONSOR_EMAIL_MSGBODY = System.getProperty("SPONSOR_EMAIL_MSGBODY", SPONSOR_EMAIL_MSGBODY_DEFAULT); &lt;BR /&gt;
private static String SPONSOR_EMAIL_SENTFROM = System.getProperty("SPONSOR_EMAIL_SENTFROM", "NAC - Automated Email"); &lt;BR /&gt;
&lt;BR /&gt;
These are the variables you will most likely want to update: &lt;BR /&gt;
SPONSOR_EMAIL_MSGBODY=User: %fullname% (%username%) \nEmail: %useremail% \nHas requested sponsorship to obtain network access. \n\nGo to _http://%tagip%/sponsor to Approve/Deny this request. &lt;BR /&gt;
SPONSOR_EMAIL_SUBJECT &lt;BR /&gt;
SPONSOR_EMAIL_SENTFROM &lt;BR /&gt;
&lt;BR /&gt;
----- END of Forwarded Message ----- &lt;BR /&gt;
&lt;BR /&gt;
Does anybody has any hint on  how to do it?&lt;BR /&gt;&lt;/I&gt;</description>
      <pubDate>Thu, 04 Sep 2014 01:47:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-there-a-way-to-change-sponsorship-text-on-enterasys-nac/m-p/35191#M3981</guid>
      <dc:creator>Alexandre_Canal</dc:creator>
      <dc:date>2014-09-04T01:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: Is there a way to change sponsorship text on Enterasys NAC / Mobile IAM?</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-there-a-way-to-change-sponsorship-text-on-enterasys-nac/m-p/35192#M3982</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
The information provided includes the underlying code that shows you what variables can be modified.&lt;BR /&gt;
&lt;BR /&gt;
We have updated our information to make it a little more clear. Please consider the following:&lt;BR /&gt;
&lt;BR /&gt;
Here are the fields that can be customized/overridden  for sponsorship email in the nsjboss.properties file on the NetSight Server.    SPONSOR_EMAIL_MSGBODY=  User: %fullname% (%username%) \nEmail: %useremail% \nHas requested sponsorship  to obtain network access. \n\n" + "Go to " + SPONSOR_PORTAL_URL  + " to Approve/Deny this request.&lt;BR /&gt;
&lt;BR /&gt;
    SPONSOR_EMAIL_SUBJECT=  Sponsorship Request&lt;BR /&gt;
&lt;BR /&gt;
    SPONSOR_EMAIL_SENTFROM=NAC  - Automated Email&lt;BR /&gt;
&lt;BR /&gt;
    SPONSOR_PORTAL_URL=_http://%tagip%/sponsor  &lt;BR /&gt;
&lt;BR /&gt;
In the &lt;I&gt;/NetSight/appdata/nsjboss.properties files include which variables you would like to modify. So your file would look something like this:&lt;BR /&gt;
&lt;BR /&gt;
log4j.configuration=file\:./log4j.properties&lt;BR /&gt;
&lt;BR /&gt;
enterasys.mysqlrealm.rpt.password=&lt;BR /&gt;
&lt;BR /&gt;
java.security.manager=&lt;BR /&gt;
&lt;BR /&gt;
enterasys.embeddednac.enable=false&lt;BR /&gt;
&lt;BR /&gt;
enterasys.datasource.connectionurl=jdbc\:mysql\://127.0.0.1\:4589/netsight?jdbcCompliantTruncation\=false&amp;amp;useUnicode\=true&amp;amp;characterEncoding\=UTF-8&lt;BR /&gt;
&lt;BR /&gt;
enterasys.mysqlrealm.rpt.username=netsight&lt;BR /&gt;
&lt;BR /&gt;
username=root&lt;BR /&gt;
&lt;BR /&gt;
oneView.responsetime.app.redline=1000&lt;BR /&gt;
&lt;BR /&gt;
java.security.policy=../server/default/conf/server.policy&lt;BR /&gt;
&lt;BR /&gt;
dashboard.cache.time=2&lt;BR /&gt;
&lt;BR /&gt;
enterasys.tomcat.ciphers=&lt;BR /&gt;
&lt;BR /&gt;
enterasys.webservices.queryendsystems=true&lt;BR /&gt;
&lt;BR /&gt;
oneView.responsetime.tcp.redline=1000&lt;BR /&gt;
&lt;BR /&gt;
enterasys.mysqlrealm.password=&lt;BR /&gt;
&lt;BR /&gt;
nmsMobile.demoMode=false&lt;BR /&gt;
&lt;BR /&gt;
enterasys.mysqlrealm.username=netsight&lt;BR /&gt;
&lt;BR /&gt;
USE_NETSNMP=true&lt;BR /&gt;
&lt;BR /&gt;
enterasys.tomcat.https.port=8443&lt;BR /&gt;
&lt;BR /&gt;
enterasys.tomcat.http.port=8080&lt;BR /&gt;
&lt;BR /&gt;
enterasys.jboss.log4j.logfile=../../appdata/logs/server.log&lt;BR /&gt;
&lt;BR /&gt;
enterasys.datasource.rpt.connectionurl=jdbc\:mysql\://127.0.0.1\:4589/netsightrpt?jdbcCompliantTruncation\=false&amp;amp;useUnicode\=true&amp;amp;characterEncoding\=UTF-8&lt;BR /&gt;
&lt;BR /&gt;
domain=&lt;BR /&gt;
&lt;BR /&gt;
SPONSOR_EMAIL_MSGBODY= User: %fullname% (%username%) \nEmail: %useremail% \nHas requested sponsorship to obtain network access. \n\n" + "Go to " + SPONSOR_PORTAL_URL + " to Approve/Deny this request.&lt;BR /&gt;
&lt;BR /&gt;
SPONSOR_EMAIL_SUBJECT= Sponsorship Request&lt;BR /&gt;
&lt;BR /&gt;
SPONSOR_EMAIL_SENTFROM=NAC - Automated Email&lt;BR /&gt;
&lt;BR /&gt;
SPONSOR_PORTAL_URL=_http://%tagip%/sponsor  &lt;BR /&gt;
&lt;BR /&gt;
Do not copy and paste the entire previous log, your nsjboss.properties file has specific information for your deployment, it is only meant as an example of how to configure the variables.&lt;BR /&gt;
&lt;BR /&gt;
After you edit the file a restart of the netsight services will be required.&lt;BR /&gt;
&lt;BR /&gt;
Let me know if this helps.&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
&lt;BR /&gt;
-Ryan&lt;BR /&gt;
&lt;BR /&gt;&lt;/I&gt;</description>
      <pubDate>Fri, 05 Sep 2014 23:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-there-a-way-to-change-sponsorship-text-on-enterasys-nac/m-p/35192#M3982</guid>
      <dc:creator>Ryan_Yacobucci</dc:creator>
      <dc:date>2014-09-05T23:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: Is there a way to change sponsorship text on Enterasys NAC / Mobile IAM?</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-there-a-way-to-change-sponsorship-text-on-enterasys-nac/m-p/35193#M3983</link>
      <description>Yes,&lt;BR /&gt;
&lt;BR /&gt;
It solved my issue and now I can write anything I want to send to the sponsor. &lt;BR /&gt;
&lt;BR /&gt;
Now when I have an accent in a word in the mail body, like "ç", "à", "õ" it appears with strange caracters like "Ã§". I have tried to change those ASCII caracters by its respective HTML Number and after that for HTML Name, with no sucess at all.&lt;BR /&gt;
&lt;BR /&gt;
Is there any way to surpass this issue?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 06 Sep 2014 02:57:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-there-a-way-to-change-sponsorship-text-on-enterasys-nac/m-p/35193#M3983</guid>
      <dc:creator>Alexandre_Canal</dc:creator>
      <dc:date>2014-09-06T02:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: Is there a way to change sponsorship text on Enterasys NAC / Mobile IAM?</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-there-a-way-to-change-sponsorship-text-on-enterasys-nac/m-p/35194#M3984</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
The issue you're running into may be related to the email services you're using not supporting the character set.&lt;BR /&gt;
&lt;BR /&gt;
If you'd like to investigate this further I'd suggest that you create a case with GTAC that includes the email client information and attach your nsjboss.properties file and version/build of NetSight and NAC.&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
-Ryan</description>
      <pubDate>Wed, 10 Sep 2014 20:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-there-a-way-to-change-sponsorship-text-on-enterasys-nac/m-p/35194#M3984</guid>
      <dc:creator>Ryan_Yacobucci</dc:creator>
      <dc:date>2014-09-10T20:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Is there a way to change sponsorship text on Enterasys NAC / Mobile IAM?</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-there-a-way-to-change-sponsorship-text-on-enterasys-nac/m-p/35195#M3985</link>
      <description>Alexandre, parece que você está tratando de escrever protugues.&lt;BR /&gt;
Eu não tive éxito numa resposta satisfatoria por parte do GTAC por esse mesmo problema. Até enviei um pedido para incorporar suporte de multiples idiomas e ainda estou esperando.&lt;BR /&gt;
Infelizmente não tenho mais acesso ao equipamento que configurei mas o caminho certo é a utilização do "HTML name", lembra de colocar o ";".&lt;BR /&gt;
A customização do NAC é feita de duas formas diferentes, em alguns casos você modifica texto HTML diretamente, em outros casos são campos de uma DB, eses campos são ao final de contas variaveis de um script, e aqui novamente há dois casos, campos que não tem variaveis de reemplazo e campos que tem variaveis de reemplazo, identificadas por %1 (ou alguma coisa similar, não lembro).&lt;BR /&gt;
Se o campo não tem variavel de reemplazo, pode usar HTML name y ele aparece corretamente, no caso que exista uma variavel de reemplazo no campo não funciona. parece que existe uma rutina para tratar eses casos e não respeita o HTML name.&lt;BR /&gt;
Eu tive que fazer magica para que as mensagens ficasem consistentes em toda a plataforma, mas em alguns casos não teve jeito, ficou com "erro". Graças a Deus nesse cliente não utilizaram as funcionalidade completas do produto, deixe muitos campos sem traduzir porque no eram necesarios.&lt;BR /&gt;
&lt;BR /&gt;
Abraços&lt;BR /&gt;
Raúl Carbonari&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Oct 2014 21:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-there-a-way-to-change-sponsorship-text-on-enterasys-nac/m-p/35195#M3985</guid>
      <dc:creator>Raul_Carbonari</dc:creator>
      <dc:date>2014-10-02T21:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: Is there a way to change sponsorship text on Enterasys NAC / Mobile IAM?</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-there-a-way-to-change-sponsorship-text-on-enterasys-nac/m-p/35196#M3986</link>
      <description>Thanks a lot for that nice information!&lt;BR /&gt;
&lt;BR /&gt;
known Parameters:&lt;BR /&gt;
%fullname% &lt;BR /&gt;
%username% &lt;BR /&gt;
%useremail%&lt;BR /&gt;
&lt;BR /&gt;
Do you also know the Parameters for the additional fields?&lt;BR /&gt;
&lt;BR /&gt;
like the following notification Parameters&lt;BR /&gt;
$regName&lt;BR /&gt;
$regEmail&lt;BR /&gt;
$regData1&lt;BR /&gt;
$regData2&lt;BR /&gt;
$regData3&lt;BR /&gt;
$regData4&lt;BR /&gt;
$regData5&lt;BR /&gt;
$regPhone&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Mar 2016 16:55:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-there-a-way-to-change-sponsorship-text-on-enterasys-nac/m-p/35196#M3986</guid>
      <dc:creator>ECOMMERCE_bertn</dc:creator>
      <dc:date>2016-03-11T16:55:00Z</dc:date>
    </item>
  </channel>
</rss>

