Tagged Questions
4
votes
1answer
872 views
Security concerns with a Python PAM module?
I'm interested in writing a PAM module that would make use of a popular authentication mechanism for Unix logins. Most of my past programming experience has been in Python, and the system I'm ...
2
votes
1answer
653 views
OpenID PAM module
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 ...
2
votes
1answer
435 views
PAM authentication problem
I am using this module to authenticate using pam:
http://code.google.com/p/web2py/source/browse/gluon/contrib/pam.py
I can call authenticate('username','password') and it returns True/ False. It ...
2
votes
3answers
281 views
Different access levels with PAM
Currently I have a graphical application that has two levels of access, operator and administrator. The login and authentication is all homebrewed and I'd like to switch the application to use PAM ...
0
votes
1answer
220 views
How is the SELinux MLS range restricted during user login?
I'm trying to understand what logic determines whether a user can log in with a particular MLS sensitivity level. At first I suspected that pam_selinux.so reads the /etc/selinux/.../seusers file to ...
0
votes
1answer
290 views
Authentication, Authorization And Accounting? (PAM, RADIUS)
What is the difference between Radius and PAM?