<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="https://forum.yubico.com/feed.php?f=16&amp;t=1112" />

<title>Yubico Forum</title>
<subtitle>...visit our web-store at</subtitle>
<link href="https://forum.yubico.com/index.php" />
<updated>2013-09-23T12:24:27+01:00</updated>

<author><name><![CDATA[Yubico Forum]]></name></author>
<id>https://forum.yubico.com/feed.php?f=16&amp;t=1112</id>
<entry>
<author><name><![CDATA[branch]]></name></author>
<updated>2013-09-23T12:24:27+01:00</updated>
<published>2013-09-23T12:24:27+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1112&amp;p=4390#p4390</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1112&amp;p=4390#p4390"/>
<title type="html"><![CDATA[Re: {QUESTION} yubikey challenge-response (2 factor) for OSX]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1112&amp;p=4390#p4390"><![CDATA[
<div class="quotetitle">cometaj wrote:</div><div class="quotecontent"><br />I'm still trying to figure out a good authentication stack for /etc/pam.d/screensaver (it doesn't behave like the other ones right off the bat).<br /></div><br />For the screensaver to work (OSX 10.8), edit the following in /etc/authorization:<br />find the line <strong>&lt;string&gt;The owner or any administrator can unlock the screensaver.&lt;/string&gt;</strong> and change it to: <strong>&lt;string&gt;(Use SecurityAgent.) The owner or any administrator can unlock the screensaver.&lt;/string&gt;</strong><br />This will make the yubikey pam module work in the screensaver. Note! this will also enable the unlocking of the screensaver by other admin users on your system.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2596">branch</a> — Mon Sep 23, 2013 12:24 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[cometaj]]></name></author>
<updated>2013-08-30T06:55:21+01:00</updated>
<published>2013-08-30T06:55:21+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1112&amp;p=4318#p4318</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1112&amp;p=4318#p4318"/>
<title type="html"><![CDATA[Re: {QUESTION} yubikey challenge-response (2 factor) for OSX]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1112&amp;p=4318#p4318"><![CDATA[
PAM worked fine for me for OSX 10.8 on login and sudo and I suspect it would work just as well for 10.7 as well since both now use /etc/pam.d/authorization. I'm still trying to figure it out for 10.6 though.<br /><br />I largely followed this (macport install + config) <!-- m --><a class="postlink" href="https://github.com/Yubico/yubico-pam/wiki/ChallengeResponse-%28on-Mac-OS-X%29">https://github.com/Yubico/yubico-pam/wi ... ac-OS-X%29</a><!-- m --><br /><br />For sudo I'm guessing you would have updated your /etc/pam.d/sudo file. You can do the same with /etc/pam.d/authorization to control UI login authentication. Here's what mine looks like; I just added the one liner:<br /><br />auth       optional       pam_krb5.so use_first_pass use_kcminit<br />auth       optional       pam_ntlm.so use_first_pass<br /><strong>auth       required       pam_yubico.so mode=challenge-response</strong><br />auth       required       pam_opendirectory.so use_first_pass nullok<br />account    required       pam_opendirectory.so<br /><br />My yubikey has the first slot configured for OTP and the second for HMAC-SHA1 challenge (without button press).<br /><br />Make sure you have access to your root console in single user mode before you do anything (cmd+s on bootup. You'll have to &quot;mount -uw /&quot; to be able to write to your /etc/pam.d/authorization file to comment out the yubico pam one liner out if something goes wrong. In other words, be prepared for something going wrong if you're locked out of all your accounts <img src="https://forum.yubico.com/images/smilies/icon_e_smile.gif" alt=":)" title="Smile" />.<br /><br />I'm still trying to figure out a good authentication stack for /etc/pam.d/screensaver (it doesn't behave like the other ones right off the bat).<br /><br />Regards<br />Jeff<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2564">cometaj</a> — Fri Aug 30, 2013 6:55 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Tom]]></name></author>
<updated>2013-07-25T07:51:00+01:00</updated>
<published>2013-07-25T07:51:00+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1112&amp;p=4152#p4152</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1112&amp;p=4152#p4152"/>
<title type="html"><![CDATA[Re: {QUESTION} yubikey challenge-response (2 factor) for OSX]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1112&amp;p=4152#p4152"><![CDATA[
I am aware just of this, <!-- m --><a class="postlink" href="https://github.com/Yubico/yubico-pam/wiki/ChallengeResponse-(on-Mac-OS-X">https://github.com/Yubico/yubico-pam/wi ... n-Mac-OS-X</a><!-- m -->)<br /><br />There are no plans for a Mac app at the moment.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2195">Tom</a> — Thu Jul 25, 2013 7:51 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[sp33domcgee]]></name></author>
<updated>2013-07-24T17:07:21+01:00</updated>
<published>2013-07-24T17:07:21+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1112&amp;p=4151#p4151</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1112&amp;p=4151#p4151"/>
<title type="html"><![CDATA[Re: {QUESTION} yubikey challenge-response (2 factor) for OSX]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1112&amp;p=4151#p4151"><![CDATA[
I looked at that before and installed it. TokenLock allows you to use any device like wifi, bluetooth, or usb to unlock your machine. It does not use the challenge-response of your yubikey. In fact you don't even need a yubikey, you can use any usb device. Also the software doesn't start until you login to your machine for the first time. This means that I still only need user/pass for the initial login to my mac.<br /><br />Do you know if there is work being done for a login app like this:?<br /><br /><!-- m --><a class="postlink" href="http://www.yubico.com/applications/computer-login/windows/windows-login/">http://www.yubico.com/applications/comp ... ows-login/</a><!-- m --><br /><br />I would like to use my yubikey in challenge-response mode for both the login of my mac, as well as back from screensaver. In my initial post I found the yubico position that this is not currently offered, but the link provided only got sudo access up and working with PAM.<br /><br />Do you have any other ideas to get this working? Or is yubico working on an app for login like the one for windows I pasted above?<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2499">sp33domcgee</a> — Wed Jul 24, 2013 5:07 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Tom]]></name></author>
<updated>2013-07-24T11:52:31+01:00</updated>
<published>2013-07-24T11:52:31+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1112&amp;p=4149#p4149</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1112&amp;p=4149#p4149"/>
<title type="html"><![CDATA[Re: {QUESTION} yubikey challenge-response (2 factor) for OSX]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1112&amp;p=4149#p4149"><![CDATA[
check this<br /><!-- m --><a class="postlink" href="http://www.map-pin.com/tokenlock.html">http://www.map-pin.com/tokenlock.html</a><!-- m --><p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2195">Tom</a> — Wed Jul 24, 2013 11:52 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[sp33domcgee]]></name></author>
<updated>2013-07-20T08:25:22+01:00</updated>
<published>2013-07-20T08:25:22+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1112&amp;p=4141#p4141</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1112&amp;p=4141#p4141"/>
<title type="html"><![CDATA[{QUESTION} yubikey challenge-response (2 factor) for OSX]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1112&amp;p=4141#p4141"><![CDATA[
Hey Guys,<br /><br />I know you say here:<br /><br /><!-- m --><a class="postlink" href="http://www.yubico.com/applications/computer-login/mac-os-login/">http://www.yubico.com/applications/comp ... -os-login/</a><!-- m --><br /><br />That you do not have a solution for OSX login, but you provide a link to make it work using PAM.<br /><br />I followed that link and was only able to get it working with the SUDO PAM, not the authentication (osx login i believe), or the screensaver PAM. Even the user at the end of the link you provided on your site states he had trouble with OSX login and only stated he got it working with Debian.<br /><br />I have done a ton of googling and I can't find other posts on how to do this.<br /><br />Any further thoughts on this? The link you provided was posted over 2 years ago so i'm hoping you guys have some ideas.<br /><br />Thanks.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2499">sp33domcgee</a> — Sat Jul 20, 2013 8:25 am</p><hr />
]]></content>
</entry>
</feed>