pam
how to create a pam module? [closed]
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[详细]
2023-02-08 00:17 分类:问答C program to call pam_passwdqc.so and report password strength, pass/fail
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[详细]
2023-02-07 00:34 分类:问答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 user management. My account could login the hudson server via ssh.[详细]
2023-02-04 06:53 分类:问答Python Unix authentication
I need to do a simple authentication of username\'s which are on the host and NIS. I am writing this code in Python.[详细]
2023-02-02 11:39 分类:问答How to prompt for some information from PAM module
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[详细]
2023-02-02 08:11 分类:问答How does gcc linker choose /usr/lib versus /usr/lib64 for library resolution?
My link line to gcc includes the following two entries in succession: -lrt -lpam And this appears expanded as:[详细]
2023-01-24 10:27 分类:问答How to configure pam in linux such that the login id and password should not be same?
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:[详细]
2023-01-09 08:49 分类:问答PHP: authenticate local unix user (without direct access to /etc/shadow)
Given a username and password, I need to check if there\'s a user on the local system with said username and password.[详细]
2023-01-08 13:10 分类:问答stat() function doesnt seem to be working in test PAM module
I\'m trying to write a PAM module. The PAM module creates a directory on first log in. Very similar to the pam_mkhomedir.[详细]
2023-01-05 15:26 分类:问答Linux PAM module in Java
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?[详细]
2023-01-05 08:14 分类:问答