diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-30 17:49:45 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-30 17:49:45 +0200 |
| commit | c25298158f98419e682a81bc1c6c60931045ab96 (patch) | |
| tree | ba2a12f3dca2b694be5d72ef56f114a9ebf82014 | |
| parent | 5482c89f2dad0a5ae123e358e83242aa61631582 (diff) | |
| download | nixos-c25298158f98419e682a81bc1c6c60931045ab96.tar nixos-c25298158f98419e682a81bc1c6c60931045ab96.tar.gz nixos-c25298158f98419e682a81bc1c6c60931045ab96.tar.bz2 nixos-c25298158f98419e682a81bc1c6c60931045ab96.tar.xz nixos-c25298158f98419e682a81bc1c6c60931045ab96.zip | |
further pam trial and error
| -rw-r--r-- | ymir.nix | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -115,10 +115,8 @@ in { | |||
| 115 | }; | 115 | }; |
| 116 | }; | 116 | }; |
| 117 | security.pam.services."xmpp".text = '' | 117 | security.pam.services."xmpp".text = '' |
| 118 | auth optional pam_warn.so | ||
| 119 | auth requisite pam_succeed_if.so user ingroup xmpp | 118 | auth requisite pam_succeed_if.so user ingroup xmpp |
| 120 | auth sufficient pam_unix.so audit | 119 | auth required pam_unix.so audit |
| 121 | auth required pam_deny.so | ||
| 122 | ''; | 120 | ''; |
| 123 | users.groups."xmpp" = { | 121 | users.groups."xmpp" = { |
| 124 | members = [ "gkleen" | 122 | members = [ "gkleen" |
