<?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: Screensaver check for Mac OS in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/screensaver-check-for-mac-os/m-p/3605794#M520378</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Craig,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&amp;nbsp; I saw it mentioned on old TAC cases that password-protected screensaver wasn't supported on Macs, so I assumed this to be the case.&amp;nbsp; I took the details above and tested it in my lab.&amp;nbsp; By keying off of the "askForPassword" string in the com.apple.screensaver.plist, I was able to get it to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again, you da man!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Oct 2017 22:46:23 GMT</pubDate>
    <dc:creator>Allen P Chen</dc:creator>
    <dc:date>2017-10-27T22:46:23Z</dc:date>
    <item>
      <title>Screensaver check for Mac OS</title>
      <link>https://community.cisco.com/t5/network-access-control/screensaver-check-for-mac-os/m-p/3605792#M520376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know password-protected screensaver check for Mac OS is currently not supported as a posture condition, but we are able to do it on Windows using registry keys.&amp;nbsp; Is there already an enhancement request filed for password-protected screensaver check for Macs (User Story)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 22:45:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/screensaver-check-for-mac-os/m-p/3605792#M520376</guid>
      <dc:creator>Allen P Chen</dc:creator>
      <dc:date>2017-10-26T22:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Screensaver check for Mac OS</title>
      <link>https://community.cisco.com/t5/network-access-control/screensaver-check-for-mac-os/m-p/3605793#M520377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you mean by "not supported".&amp;nbsp; Just because there is not predefined check, does not mean a custom check is not supported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, it is possible to use Registry checks to verify that screen saver with password protection is enabled in Windows.&amp;nbsp; Not sure if still available, but I provided example in original ISE 1.0 Lab Guide with RA VPN along with remediation using a custom registry file.&amp;nbsp; I think you should be able to accomplish similar with Mac OS.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not tested, but try creating a File Condition checks like the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Name:&lt;STRONG&gt; ScreenSaver-RequirePassword-Check&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Operating System: &lt;STRONG&gt;Mac OSX&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Compliance Module: &lt;STRONG&gt;Any Version&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;File Type:&lt;STRONG&gt; PropertyList&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;File Path: &lt;STRONG&gt;home&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; /Library/Preferences/com.apple.screensaver.plist&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Data Type: &lt;STRONG&gt;Number&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Property Name: &lt;STRONG&gt;askForPassword&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Operator: &lt;STRONG&gt;Equals&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Value: &lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on version, you may need to set the above Data Type to "String" and value to "true".&amp;nbsp; &lt;/P&gt;&lt;P&gt;I would also expect other parameters like ScreenSaver delay can be set with the askForPasswordDelay property.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if path would be relative to home in above, or if absolute.&amp;nbsp; I am assuming it appends to home and not require ~.&amp;nbsp; If issue finding file, then can try omitting the leading /.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding remediation scripts, there are a number of examples on the web:&lt;/P&gt;&lt;P&gt;&lt;A href="https://discussions.apple.com/thread/2649977?tstart=0" title="https://discussions.apple.com/thread/2649977?tstart=0"&gt;https://discussions.apple.com/thread/2649977?tstart=0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.jamf.com/jamf-nation/discussions/9982/require-password-after-sleep-or-screen-saver-begins" title="https://www.jamf.com/jamf-nation/discussions/9982/require-password-after-sleep-or-screen-saver-begins"&gt;https://www.jamf.com/jamf-nation/discussions/9982/require-password-after-sleep-or-screen-saver-begins&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.jamf.com/jamf-nation/discussions/15223/security-privacy-require-password" title="https://www.jamf.com/jamf-nation/discussions/15223/security-privacy-require-password"&gt;Security &amp;amp; Privacy: Require Password... - Jamf Nation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Craig&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 02:51:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/screensaver-check-for-mac-os/m-p/3605793#M520377</guid>
      <dc:creator>Craig Hyps</dc:creator>
      <dc:date>2017-10-27T02:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Screensaver check for Mac OS</title>
      <link>https://community.cisco.com/t5/network-access-control/screensaver-check-for-mac-os/m-p/3605794#M520378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Craig,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&amp;nbsp; I saw it mentioned on old TAC cases that password-protected screensaver wasn't supported on Macs, so I assumed this to be the case.&amp;nbsp; I took the details above and tested it in my lab.&amp;nbsp; By keying off of the "askForPassword" string in the com.apple.screensaver.plist, I was able to get it to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again, you da man!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 22:46:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/screensaver-check-for-mac-os/m-p/3605794#M520378</guid>
      <dc:creator>Allen P Chen</dc:creator>
      <dc:date>2017-10-27T22:46:23Z</dc:date>
    </item>
  </channel>
</rss>

