PAM system-auth configuration

Operating systems that are based on Linux 3.3 (and later) kernels sometimes use the pam_systemd.so module. This is not compatible with the Connection Manager. In these cases all the configuration information, except for pam_systemd.so, is copied from system-auth to /etc/pam.d/kcc.

$ cd /etc/pam.d
$ diff system-auth kcc
17d16
< -session    optional      pam_systemd.so
Back to Linux-PAM