Top "Pam" questions

Pluggable authentication modules, a flexible framework for configuring authentication, most commonly the login component of Linux systems, but used in other components and operating systems.

OpenID PAM module

I am looking for a PAM module that can use OpenID to do the authentication. My idea is that I …

linux security authentication openid pam
Centos 7 ssh login failed using LDAP and sssd

I've setup an LDAP server running on Centos 7. id, getent passwd, on users works. But 'ssh' failed. From /var/log/…

linux ssh openldap pam sssd
Resident Set Size (RSS) limit has no effect

The following problem occurs on a machine running Ubuntu 10.04 with the 2.6.32-22-generic kernel: Setting a limit for the Resident …

python resources limits pam ulimit
PHP/PAM to change user password?

Are there any working packages to change a linux user passwords using PHP? I've tried using PECL:PAM but theres …

php linux passwords pam
How to authenticate username/password using PAM w/o root privileges

I have program written in C. It takes 2 arguments username/password and try to authenticate this user using PAM. It …

linux authentication pam
How to debug Linux PAM module?

I need to write PAM module for Linux. Is it pretty way to debug it without the rebooting system each …

linux pam
Hudson fails to use unix user/group to do authentication

I'm trying to use unix user/group database as security realm of hudson. The linux server is using NIS for …

java linux authentication hudson pam
PAM Authentication for a Legacy Application

I have a legacy app that receives a username/password request asynchronously over the wire. Since I already have the …

c++ c linux authentication pam
Limit number of processes started inside docker container

I'm trying to minimize damage made by fork bombs inside of a docker container. I'm using pam_limits and /etc/…

docker pam