OpenID PAM module
Posted
by
Harvey Kwok
on Stack Overflow
See other posts from Stack Overflow
or by Harvey Kwok
Published on 2010-12-30T07:54:33Z
Indexed on
2011/01/03
16:54 UTC
Read the original article
Hit count: 228
I am looking for a PAM module that can use OpenID to do the authentication. My idea is that I want to logon my Linux box using my gmail account and password. I found there is a open source project in Google Code which seems to be doing the things I want but I don't see any code available for download.
I saw there are so many examples or implementations but they are all about web apps. Is there any non-web based OpenID applications in the world? Is it technically possible to make a non-web based OpenID application? I naively think that it should be possible. I can emulate whatever packets the browser send out to the OpenID provider and get back the result. As long as my Linux box is connected to the Internet, I should be able to use my OpenID to login.
Appreciate any comments, suggestions or pointers on how to make an OpenID PAM module.
Thanks!
© Stack Overflow or respective owner