pam Questions
6
Solved
I'm using ansible to provision my Centos 7 produciton cluster. Unfortunately, execution of below command results with ansible Tiemout and Linux Pluggable Authentication Modules (pam) error conversa...
5
Solved
I have a legacy app that receives a username/password request asynchronously over the wire. Since I already have the username and password stored as variables, what would be the best way to authent...
Revoice asked 6/5, 2011 at 15:49
3
I need to write PAM module for Linux. Is it pretty way to debug it without the rebooting system each time when I need to test it? What happens if the unit will not operate properly and let in? How ...
3
Solved
I'm facing a weird behavior trying to run rsync as sudo through ssh with passwordless login.
This is something I do with dozens of servers, I'm having this frustrating problem connecting to a coupl...
3
Solved
I am a little concerned with the amount of resources that I can use in a shared machine. Is there any way to test if the administrator has a limit in the amount of resources that I can use? And if ...
Cogitate asked 12/1, 2009 at 23:21
2
I've setup an LDAP server running on Centos 7. id, getent passwd, on users works. But 'ssh' failed. From /var/log/secure, it seems like authentication succeeded, but pam doesn't like somethin...
1
Solved
I am working on a radius authentication solution composed of a PAM module and an NSS module.
The flow is like this:
user ben login (via the login command)
the user enters the username: ben
my NSS ...
2
I'm having trouble finding an example on how to use pam_exec to run an external program that will authenticate users when they log in.
I have the following in my pam.d file:
auth required pam_exec....
1
Solved
2
I wanted to enable PAM module packages in non-interactive mode. Running pam-auth-update will prompt a wizard to enable the module packages. I wanted to enable the module package [ ] Create home dir...
Operose asked 6/6, 2017 at 11:55
3
Can anyone tell me about this...
I want to create a pam module similar to the login module in /etc/pam.d
3
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 w...
2
Solved
I'm trying to minimize damage made by fork bombs inside of a docker container.
I'm using pam_limits and /etc/security/limits.conf file is
1000:1128 hard nproc 40
1000:1128 soft nproc 40
This me...
2
I’m not an expert in regex and can't figure what I am supposed to change here.
I get these two errors
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE i...
0
I am trying to configure and understnad how the most common Jupyter authenticators work. However, I am having trouble understanding how LocalAuthenticator works and how it differs from PAMAuthentic...
Kerbela asked 3/1, 2018 at 6:2
2
[disclosure: I asked about this earlier on the NixOS channel but didn't get an answer after 30 minutes and it's a busy channel. If I get one there, I'll replicate it here]
I'm trying to add ...
0
I use LUKS full disk encryption on my archlinux system. When i boot my system i used to input the same password three times. That always bothered me.
Recently i found out how to unlock the gnome k...
4
Solved
I am working on a centOS 5.5 OS.
It shows error that /security/pam_appl.h and /security/misc.h file is missing.
Actually my rshd.c does not loads PAM module, may be by putting this libraries, it he...
3
Solved
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 pr...
Turrell asked 30/12, 2010 at 7:54
5
I'm looking for a way to let my Python program handle authentication through PAM.
I'm using http://code.google.com/p/web2py/source/browse/gluon/contrib/pam.py for this, which works out great as lon...
Helainehelali asked 12/3, 2011 at 23:30
3
I am writing a PAM module which writes the username/password in a file for further transaction by an other application. I only saw the PAM_AUTHTOK item but I'm not sure from which type is it. Anybo...
2
Solved
I have program written in C. It takes 2 arguments username/password and try to authenticate this user using PAM. It works fine when I'm root. When I'm 'normal' user, it works for this user, but not...
Al asked 6/6, 2012 at 7:51
4
Solved
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 Set Size (RSS) of a process does not seem to have any effect. I cu...
1
Solved
ImportError and PyExc_SystemError while embedding Python Script within C for PAM modules (.so files)
I'm trying to write a demo PAM module in C, which uses Embedding Python in C concept to run a script written in python (2.7), inside pam_sm_authenticate() function, which is written in C file (pam_...
Langston asked 26/4, 2015 at 17:26
1
Solved
PostgreSQL 9.2.4
I cannot login anymore with a user that has worked in the past. I assume a configuration problem. So for testing I created a test user role 'testing' with the same options as the ...
Treat asked 18/12, 2014 at 10:23
1 Next >
© 2022 - 2024 — McMap. All rights reserved.