diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-30 17:38:40 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-30 17:38:40 +0200 |
commit | f41e1f887b426ffac35f103074340f097eb653e1 (patch) | |
tree | 0c014275e49a232236cd5635a31693f87017cccd | |
parent | 965e430b078571e145d7e066a867ff9d2dcf0fe8 (diff) | |
download | nixos-f41e1f887b426ffac35f103074340f097eb653e1.tar nixos-f41e1f887b426ffac35f103074340f097eb653e1.tar.gz nixos-f41e1f887b426ffac35f103074340f097eb653e1.tar.bz2 nixos-f41e1f887b426ffac35f103074340f097eb653e1.tar.xz nixos-f41e1f887b426ffac35f103074340f097eb653e1.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 try_first_pass 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" = { |