Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
Is it possible (and where would I find the interface documentation) to write a simple C program to use pam_passwdqc.so to determine if a potential pass开发者_C百科word will be strong enough to pass mu
I\'m trying to use unix user/group database as security realm of hudson. The linux server is using NIS for user management. My account could login the hudson server via ssh.
I need to do a simple authentication of username\'s which are on the host and NIS. I am writing this code in Python.
I\'m writing a Plug-gable authentication module for ssh. I am looking for prompting for some extra information after user name and password verification but before giving access to user. Can anyone su
My link line to gcc includes the following two entries in succession: -lrt -lpam And this appears expanded as:
How开发者_运维问答 to configure pam in linux suchthat the login id and password should not be same?Install passwdqc module in the next way using Ubuntu:
Given a username and password, I need to check if there\'s a user on the local system with said username and password.
I\'m trying to write a PAM module. The PAM module creates a directory on first log in. Very similar to the pam_mkhomedir.
I do have a custom authentication mechanism which is written in Java. I was wondering what would be the best way to implement a Linux PAM module without rewriting the code in C?