Garrett,
I'd like to use a puppet module to use an indempotent approach to
establishing these config files...but I need to fix *just* these specific
settings instead of learning pam well enough to configure a pam module.
For lack of expertise, I'm leaning heavily on the default config files to
On 3/30/17 1:58 PM, Peter K wrote:
> I'm trying to remove a specific configuration value, "minimum_uid=1000",
> from multiple lines in several files (currently 5 files) in /etc/pam.d/.
> A typical line looks like this:
> |
> auth [success=1default=ignore] pam_ldap.so use_first_pass
> minimu
I'm trying to remove a specific configuration value, "minimum_uid=1000",
from multiple lines in several files (currently 5 files) in /etc/pam.d/.
A typical line looks like this:
auth [success=1 default=ignore] pam_ldap.so use_first_pass
minimum_uid=1000
I've tried exec and sed, but I co