diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-30 17:05:58 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-30 17:05:58 +0200 |
| commit | 5c2cc0c32970e8f4a9e975194b47c535979cc1d2 (patch) | |
| tree | 299b1bae84afb8488456e080a0b6b8c0e3719b38 | |
| parent | 746cc791adb18a38a4d8b3727ceae7aba179832d (diff) | |
| download | nixos-5c2cc0c32970e8f4a9e975194b47c535979cc1d2.tar nixos-5c2cc0c32970e8f4a9e975194b47c535979cc1d2.tar.gz nixos-5c2cc0c32970e8f4a9e975194b47c535979cc1d2.tar.bz2 nixos-5c2cc0c32970e8f4a9e975194b47c535979cc1d2.tar.xz nixos-5c2cc0c32970e8f4a9e975194b47c535979cc1d2.zip | |
shuffling of pam module
| -rw-r--r-- | ymir.nix | 5 |
1 files changed, 2 insertions, 3 deletions
| @@ -117,9 +117,8 @@ in { | |||
| 117 | security.pam.services."xmpp".text = '' | 117 | security.pam.services."xmpp".text = '' |
| 118 | auth required pam_warn.so audit | 118 | auth required pam_warn.so audit |
| 119 | auth required pam_succeed_if.so user ingroup xmpp audit | 119 | auth required pam_succeed_if.so user ingroup xmpp audit |
| 120 | auth [success=1 default=ignore] pam_unix.so sha512 nodelay audit | 120 | auth sufficient pam_unix.so nullok audit |
| 121 | auth requisite pam_deny.so audit | 121 | auth requred pam_deny.so audit |
| 122 | auth required pam_permit.so audit | ||
| 123 | ''; | 122 | ''; |
| 124 | users.groups."xmpp" = { | 123 | users.groups."xmpp" = { |
| 125 | members = [ "gkleen" | 124 | members = [ "gkleen" |
