Mercurial > crates > nonstick
diff testharness/nonstick_testharness.conf @ 169:77470e45e397
Set up stuff to work the way Sun expects it to.
This sets up PAM to use pam_authtok_get.so on Sun machines.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Tue, 15 Jul 2025 01:32:21 -0400 |
parents | a75a66cb4181 |
children |
line wrap: on
line diff
--- a/testharness/nonstick_testharness.conf Tue Jul 15 00:56:01 2025 -0400 +++ b/testharness/nonstick_testharness.conf Tue Jul 15 01:32:21 2025 -0400 @@ -1,5 +1,7 @@ # PAM configuration file for nonstick_testharness +#Sun#auth required pam_authtok_get.so auth required pam_testharness.so param param2 account required pam_testharness.so +#Sun#password required pam_authtok_get.so password required pam_testharness.so session required pam_testharness.so