Yubico Forum https://forum.yubico.com/ |
|
LDAP two-factor authentication https://forum.yubico.com/viewtopic.php?f=5&t=744 |
Page 1 of 1 |
Author: | bjencks [ Wed Jan 11, 2012 11:54 pm ] |
Post subject: | LDAP two-factor authentication |
My goal is to have an LDAP server that I can bind to using a two-factor password (regular and OTP concatenated), and to have the password and yubikey ID stored in that LDAP server. Also, some users should have regular passwords only. So far I've managed single-factor authentication like so:
The only way I can think of to real two-factor auth is to set up a proxy LDAP server in front of the main one, where the main one contains a real password in userPassword, and the proxy replaces userPassword with {SASL}username if there's a yubikeyId attribute. PAM would then call pam_ldap to bind to the backend server using the real password, after pam_yubico has stripped the OTP off the end of the password string. This seems like it's getting way too complicated, plus it would be a headache to keep the proxy in sync with the backend. Am I missing some easier way to do this? I'd think this would be a pretty common use case, but I can't find any documentation on this setup. |
Author: | Fredrik-at-Yubico [ Tue Mar 06, 2012 11:25 am ] |
Post subject: | Re: LDAP two-factor authentication |
I might misunderstand what you mean, but wouldn't this work? 1) use pam_yubico to validate OTP, and look in LDAP for an attribute (available using anonymous bind) containing the public_id to username mapping 2) if step 1 was successful, the pam_yubico module would have stripped the OTP from the authtoken and pam_ldap can be used to do an authenticated bind to the LDAP server to verify the password /Fredrik |
Author: | bjencks [ Tue Mar 06, 2012 8:15 pm ] |
Post subject: | Re: LDAP two-factor authentication |
Not quite; that would generate a loop:
I ended up solving the problem by writing my own replacement for saslauthd that does exactly what I need:
I'm hoping to publish it as open-source, but I need to get an OK from my company first. I'll post a link here if/when it's available. |
Author: | freedenizen [ Fri Mar 30, 2012 8:58 pm ] |
Post subject: | Re: LDAP two-factor authentication |
bjencks wrote: I ended up solving the problem by writing my own replacement for saslauthd that does exactly what I need:
I'm hoping to publish it as open-source, but I need to get an OK from my company first. I'll post a link here if/when it's available. Assuming you can't get permission, any hints/tips on modifying saslauthd, looking to do a similar thing here. |
Author: | bjencks [ Tue Apr 03, 2012 6:48 pm ] |
Post subject: | Re: LDAP two-factor authentication |
Here it is: https://github.com/meddius/yubisaslauthd It's pretty short and simple code; I recommend reading it to make sure it does what you expect. |
Author: | lem [ Tue Jun 17, 2014 3:49 pm ] |
Post subject: | Re: LDAP two-factor authentication |
I understand that this is an old thread but if anyone could provide me with a few pointers on getting this running, I would be very grateful. I'm running OpenLDAP on Ubuntu. |
Page 1 of 1 | All times are UTC + 1 hour |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |