Re: [Puppet Users] removing "minimum_uid=1000" value from all my pam config files

2017-04-06 Thread Peter K
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

Re: [Puppet Users] removing "minimum_uid=1000" value from all my pam config files

2017-04-04 Thread Garrett Honeycutt
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 >

[Puppet Users] removing "minimum_uid=1000" value from all my pam config files

2017-03-30 Thread Peter K
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