Skip to content

[UNTESTED] feat: Allow adm members access despite /etc/nologin

Christian Tacke requested to merge pr/duda_nologin into master

TL;DR allow dudas to login despite /etc/nologin

Accounts that are in the "adm" group might have a good reason to login even if /etc/nologin is in effect.

So skip the nologin pam module for those.

Partially UNTESTED

I tried the sshd part by manually editing the /etc/pam.d/sshd on a live system.

BUT I did not test the general login one!

Merge request reports