Open lukas-koschmieder opened 1 year ago
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
On my SystemdSpawner-based JupyterHub, PAM authentication fails with the following warning:
/var/log/auth.log:
JupyterHub runs as
root
on Ubuntu 20.04 LTS, and it has been installed via Miniconda3-py39_4.9.2-Linux-x86_64:It's worth adding that I have a similar setup (same operating system, same Miniconda version, same Conda packages), on which PAM authentication does work.
Both machines use the same PAM/Audit shared libraries (
libpam0g
1.3.1,libaudit1
2.8.5) and the same Python wrapper (pamela
1.0.0). Also the PAM config in/etc/pam.d
is identical on both machines.I have temporarily disabled AppArmor to make sure that it does not interfer with the login procedure. SELinux is not installed.
As far as I can tell, the only difference between the two setups is the Linux Kernel: 5.4 (working setup) vs. 5.15 (brokensetup). However, I cannot find anything in the Linux kernel's changelog that would indicate any significant PAM-related changes.
Are you aware of issues related to PAM authentication?