<?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: Cisco ISE sponsorportal wrong mail/print notification variable in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/cisco-ise-sponsorportal-wrong-mail-print-notification-variable/m-p/4802773#M580789</link>
    <description>&lt;P&gt;Did you ever get this resolved? I'm having the same problem and I have a very specific usecase for which this information is actualy pertinent.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Mar 2023 13:54:32 GMT</pubDate>
    <dc:creator>vincent Glotzbach</dc:creator>
    <dc:date>2023-03-28T13:54:32Z</dc:date>
    <item>
      <title>Cisco ISE sponsorportal wrong mail/print notification variable</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-sponsorportal-wrong-mail-print-notification-variable/m-p/4749698#M579091</link>
      <description>&lt;P&gt;At Cisco ISE sponsorportal page customazation -&amp;gt; Print Notification / Email Notification one of the default printout = &lt;EM&gt;"If unused, this account will expire on: $ui_guest_account_purge_date$"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;the variable $ui_guest_account_purge_date$ is equivalent to the account-creation-date + account duration&lt;BR /&gt;example: when I create the account on 5th of January 2023 with a duration of 10 days (duration is starting with first login) then my printout will show &lt;EM&gt;"If unused, this account will expire on: 15th of January 2023"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;In my opinion the variable $ui_guest_account_purge_date$ should be equivalent to the date until account expires as defined in "guest account purge policy" which is in my case 90 days (If a user doesn't login to his guest account within 90 days, his account will automatically deleted)&lt;BR /&gt;example: when I create the account on 5th of January 2023 with a duration of 10 days (duration is starting with first login) they my printout should show &lt;EM&gt;"If unused, this account will expire on: 5th of April 2023"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The exact same problem was mentioned in CSCvs25680 but unfortunatelly the public access to this bugID was restricted.&lt;/P&gt;&lt;P&gt;Can somebody please tell me if I am wrong with my opinion or if this is a bug or something else?&lt;BR /&gt;If this is a known bug, can somebody tell me when this will be resolved?&lt;/P&gt;&lt;P&gt;As additional information, I am using the default templates for email and printing notification as below:&lt;/P&gt;&lt;P&gt;Hello $ui_first_name$,&lt;BR /&gt;Your guest account details:&lt;BR /&gt;Username: $ui_user_name$&lt;BR /&gt;Password: $ui_password$&lt;BR /&gt;First Name: $ui_first_name$&lt;BR /&gt;Last Name: $ui_last_name$&lt;BR /&gt;Phone Number:$ui_phone_number$&lt;BR /&gt;Valid From: $ui_start_date_time$&lt;BR /&gt;Valid To: $ui_end_date_time$&lt;BR /&gt;Duration: $ui_guest_access_duration$&lt;BR /&gt;Person being visited: $ui_person_visited$&lt;BR /&gt;Reason for visit: $ui_reason_visit$&lt;BR /&gt;If unused, this account will expire on: $ui_guest_account_purge_date$&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 15:17:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-sponsorportal-wrong-mail-print-notification-variable/m-p/4749698#M579091</guid>
      <dc:creator>ahaemmerle</dc:creator>
      <dc:date>2023-01-05T15:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE sponsorportal wrong mail/print notification variable</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-sponsorportal-wrong-mail-print-notification-variable/m-p/4751073#M579132</link>
      <description>&lt;P&gt;Hi Andreas,&lt;/P&gt;
&lt;P&gt;I don't know the authoritative answer, but I always separated the "validity period" of a guest account and the "purge policy". The current calculation of 15 days (using your nice example) seems correct to me, since that is following the intent of the configuration (validity = 10 days) - if you calculated it based on purge date, then the guest would be confused when they tried to login after 15th January - and start arguing with you why this is not working, as outlined in their guest welcome email.&lt;/P&gt;
&lt;P&gt;Do you have a need to re-enable disabled accounts? Why not make the validity period longer?&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jan 2023 23:05:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-sponsorportal-wrong-mail-print-notification-variable/m-p/4751073#M579132</guid>
      <dc:creator>Arne Bier</dc:creator>
      <dc:date>2023-01-08T23:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE sponsorportal wrong mail/print notification variable</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-sponsorportal-wrong-mail-print-notification-variable/m-p/4751159#M579134</link>
      <description>&lt;P&gt;Hi Arne,&lt;/P&gt;&lt;P&gt;thank you for your answer. I think we have a different understanding of that variable.&lt;/P&gt;&lt;P&gt;I will try to explain my understanding of the calculation of $ui_guest_account_purge_date$ with a little bit more detail.&lt;BR /&gt;- account-creation date = 5th of January 2023&lt;BR /&gt;- first use of the account = 10th of January 2023&lt;BR /&gt;- guest acount duration = 10 days (account expiry starts at first login)&lt;BR /&gt;- guest account purge policy = 90 days (this does only affect unused or expired accounts. accounts which has a duration of 365 days for example are not affected of this policy)&lt;BR /&gt;&lt;BR /&gt;At account creation date at 5th of January, the guest was never logged in.&lt;BR /&gt;purge date = 5th of January + 90 days = 5th of April&lt;BR /&gt;&lt;EM&gt;"If unused, this account will expire on: 5th of April 2023"&lt;BR /&gt;&lt;/EM&gt;-&amp;gt; this information is helpful for the guest to know until when he has to login first before his account will be automatically deleted.&lt;BR /&gt;&lt;BR /&gt;At first login of the Guest at 10th of January, the purge date is changing to another date. This is because the account is no longer in "unused" state.&lt;BR /&gt;purge date = 10th of January + 10 days of duration + 90 days = 20th of April&lt;BR /&gt;&lt;EM&gt;"If unused, this account will expire on: 20th of April 2023"&lt;BR /&gt;&lt;/EM&gt;-&amp;gt; this information for the guest is not very important to be honest&lt;EM&gt;. &lt;/EM&gt;In most cases this information will never be given to the guest because the printout is handed out to the guest right after the creation-time of the account and not after first login-date. Maybe this information is helpful for the sponsor to know when the account will be deleted and the sponsor is not able to re-enable this account..&lt;BR /&gt;Attention:&lt;BR /&gt;20th of April is the date when the account will be deleted from the system.&lt;BR /&gt;20th of April is not the date until when the guest account can actually be used (this would be 20th of January in my example)&lt;/P&gt;&lt;P&gt;The guest will know his account expire date with the other fields like.&lt;BR /&gt;&lt;EM&gt;Valid From: $ui_start_date_time$&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Valid To: $ui_end_date_time$&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Duration: $ui_guest_access_duration$&lt;BR /&gt;&lt;/EM&gt;It does not make sense that the $ui_end_date_time$ has the same value as $ui_guest_account_purge_date$&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Now to your questions:&lt;BR /&gt;Do you have a need to re-enable disabled accounts? -&amp;gt; yes, the sponsors sometimes re-enable the accounts for guests.&lt;BR /&gt;Why not make the validity period longer? -&amp;gt; the period is defenid by the sponsor&lt;BR /&gt;(I only administrated the guest-portal "backend". The sponsors are responsible to create the guest accounts.)&lt;BR /&gt;&lt;BR /&gt;Please correct me if you think I am wrong with my understanding.&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Andreas&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 08:32:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-sponsorportal-wrong-mail-print-notification-variable/m-p/4751159#M579134</guid>
      <dc:creator>ahaemmerle</dc:creator>
      <dc:date>2023-01-09T08:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE sponsorportal wrong mail/print notification variable</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-sponsorportal-wrong-mail-print-notification-variable/m-p/4751627#M579141</link>
      <description>&lt;P&gt;Hi Andreas,&lt;/P&gt;
&lt;P&gt;Oh right - I get it now - thanks for your very clear and detailed explanation. I have never looked into this dilemma in as much detail as you have ! Nice one.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I reckon this might be a question for the BU (e.g.&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/113005"&gt;@hslai&lt;/a&gt;&amp;nbsp;) ?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 23:37:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-sponsorportal-wrong-mail-print-notification-variable/m-p/4751627#M579141</guid>
      <dc:creator>Arne Bier</dc:creator>
      <dc:date>2023-01-09T23:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE sponsorportal wrong mail/print notification variable</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-sponsorportal-wrong-mail-print-notification-variable/m-p/4752544#M579168</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/448432"&gt;@ahaemmerle&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which ISE release and patch level is the ISE deployment on when the issue is seen?&lt;/P&gt;
&lt;P&gt;CSCvs25680 is not visible because it's in Junked state. It was reported as seen in ISE 2.4 Patch 4 ~ 10 and ISE 2.6 Patch 3 but got junked when a customer reported it went away after the latest ISE patch applied to the customer setup in ISE 2.6 with the issue.&lt;/P&gt;
&lt;P&gt;If the setup has a newer ISE release and on the latest patch and if you have a TAC case, please ask TAC to recreate it and reach out to our BE teams.&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2023 01:23:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-sponsorportal-wrong-mail-print-notification-variable/m-p/4752544#M579168</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2023-01-11T01:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE sponsorportal wrong mail/print notification variable</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-sponsorportal-wrong-mail-print-notification-variable/m-p/4752803#M579171</link>
      <description>&lt;P&gt;I am currently using version 3.1 Patch 5.&lt;/P&gt;&lt;P&gt;As you suggested - I&amp;nbsp; have opened a TAC case 694877826&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2023 07:05:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-sponsorportal-wrong-mail-print-notification-variable/m-p/4752803#M579171</guid>
      <dc:creator>ahaemmerle</dc:creator>
      <dc:date>2023-01-11T07:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE sponsorportal wrong mail/print notification variable</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-sponsorportal-wrong-mail-print-notification-variable/m-p/4802773#M580789</link>
      <description>&lt;P&gt;Did you ever get this resolved? I'm having the same problem and I have a very specific usecase for which this information is actualy pertinent.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 13:54:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-sponsorportal-wrong-mail-print-notification-variable/m-p/4802773#M580789</guid>
      <dc:creator>vincent Glotzbach</dc:creator>
      <dc:date>2023-03-28T13:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE sponsorportal wrong mail/print notification variable</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-sponsorportal-wrong-mail-print-notification-variable/m-p/4802797#M580791</link>
      <description>&lt;P&gt;The case is till under investigation by Cisco TAC.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 14:19:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-sponsorportal-wrong-mail-print-notification-variable/m-p/4802797#M580791</guid>
      <dc:creator>ahaemmerle</dc:creator>
      <dc:date>2023-03-28T14:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE sponsorportal wrong mail/print notification variable</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-sponsorportal-wrong-mail-print-notification-variable/m-p/4845408#M582006</link>
      <description>&lt;P&gt;TAC gave me information that in 3.2p2 the problem is fixed.&lt;/P&gt;&lt;P&gt;I can confirm that the problem is fixed with 3.2p2.&lt;/P&gt;&lt;P&gt;The $ui_guest_account_purge_date$ variable is now calculated in my case with 90 days, thats correct now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 13:11:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-sponsorportal-wrong-mail-print-notification-variable/m-p/4845408#M582006</guid>
      <dc:creator>ahaemmerle</dc:creator>
      <dc:date>2023-05-30T13:11:01Z</dc:date>
    </item>
  </channel>
</rss>

