You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to manage pam.conf on solaris and the provider seems really confused about what lns to use:
Error: /Stage[main]/Ldap::Config/Pam[login pam_ldap.so.1]: Could not evaluate: Augeas didn't load /etc/pam.conf with pam.lns from /var/opt/lib/pe-puppet/lib/augeas/lenses: Iterated lens matched less than it should (line:19, character:0)
If I force pam provider to use the pamconf.lns it will work, but clearly breaks pam.d
lensdo'pamconf.lns'end
After further debugging resource is nil and does not appear to be passed in:
I'm able to trace the call, but unclear if lens is initialized correctly since resource is always nil, and I'm expecting to have some data so target(resource) will match '/etc/pam.conf', but that never seems to happen.
The text was updated successfully, but these errors were encountered:
I tried to manage pam.conf on solaris and the provider seems really confused about what lns to use:
If I force pam provider to use the pamconf.lns it will work, but clearly breaks pam.d
After further debugging resource is nil and does not appear to be passed in:
I'm able to trace the call, but unclear if lens is initialized correctly since resource is always nil, and I'm expecting to have some data so target(resource) will match '/etc/pam.conf', but that never seems to happen.
The text was updated successfully, but these errors were encountered: