diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-30 17:22:00 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-30 17:22:00 +0200 |
commit | 9f724e3a53645555672539841df9238186c9535e (patch) | |
tree | a8625ade96a7a838faf71b5b63f0e5f40fb65a90 | |
parent | 03e9378a990847f971fa69ed3a8c3012abe4bbe2 (diff) | |
download | nixos-9f724e3a53645555672539841df9238186c9535e.tar nixos-9f724e3a53645555672539841df9238186c9535e.tar.gz nixos-9f724e3a53645555672539841df9238186c9535e.tar.bz2 nixos-9f724e3a53645555672539841df9238186c9535e.tar.xz nixos-9f724e3a53645555672539841df9238186c9535e.zip |
pam trial and error
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ 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 sufficient pam_unix.so audit | 120 | auth sufficient pam_unix.so nullok audit |
121 | auth required pam_deny.so audit | 121 | auth required pam_deny.so audit |
122 | ''; | 122 | ''; |
123 | users.groups."xmpp" = { | 123 | users.groups."xmpp" = { |