Tagged Questions

3
votes
3answers
604 views

bind Linux to Active Directory using kerberos

We are trying to bind a Linux machine (debian 4.0) to W2k3 AD. We have configured kerberos properly so that we can get TGTs. And users authenticate properly. However, PAM seems to be the sticky …
0
votes
1answer
36 views

SecurID authentication in a Linux C++ application

Can anyone recommend how to implement SecurID authentication in Linux C++ based application? I I was thinking of the following options: 1. An apache module for SecurID (we're using Apache on the …
0
votes
1answer
79 views

Security concerns with a Python PAM module?

Hi, 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
2answers
79 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
221 views

Using a hardware token for login

I am new to the topic of cryptography and am studying PKI and PKCS etc. I understand the basic concept of PKI and how it is used for encryption/decryption. I am confused however about how a hardware …