I want to run pam-auth-update
on a specific profile in non-interactive mode. This must be run from a script so I cant work with an interface to enable.
I have already tried the following:
pam-auth-update --enable "my module"
pam-auth-update --profile "my module"
pam-auth-update --package "my module"
- Tried using
--force
On all. - Tried using
--tool config
on all, but that brings up the interactive interface again.
The first 3 commands ran, but when I run pam-auth-update
my package is still not *
selected. So I can tell if its enabled or not. How can I fix this?
I already saw this post, it was not helpful: How to configure pam-auth-update in non interactive mode?