about summary refs log tree commit diff
path: root/nixos/tests/pam
diff options
context:
space:
mode:
authorMajiir Paktu <majiir@nabaal.net>2023-09-18 18:39:53 -0400
committerMajiir Paktu <majiir@nabaal.net>2023-10-09 23:17:37 -0400
commit6eea7fb19485f7a6138975c7904e1e77a051e481 (patch)
tree05a0746f602e26d7bf18995a446e70b8a243cf43 /nixos/tests/pam
parent12a488e89c32f778b463620b56f92bfc010b0514 (diff)
nixos/pam: extract args field
Module arguments have common escaping rules for all PAMs.
Diffstat (limited to 'nixos/tests/pam')
-rw-r--r--nixos/tests/pam/test_chfn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/pam/test_chfn.py b/nixos/tests/pam/test_chfn.py
index a48438b8d305f..4fd33447a5433 100644
--- a/nixos/tests/pam/test_chfn.py
+++ b/nixos/tests/pam/test_chfn.py
@@ -6,7 +6,7 @@ expected_lines = {
     "auth required pam_deny.so",
     "auth sufficient @@pam_ccreds@@/lib/security/pam_ccreds.so action=store use_first_pass",
     "auth sufficient pam_rootok.so",
-    "auth sufficient pam_unix.so   likeauth try_first_pass",
+    "auth sufficient pam_unix.so likeauth try_first_pass",
     "password sufficient @@pam_krb5@@/lib/security/pam_krb5.so use_first_pass",
     "password sufficient pam_unix.so nullok yescrypt",
     "session optional @@pam_krb5@@/lib/security/pam_krb5.so",