Hi Friends,

Need your help to complete 1 task describe below :

1.>Need to add users (ldap user) in wheel group
2.>Remove user from wheel group .

I am able to add using below steps :

user { 'shyam.kumar':                        ----- shyam.kumar  (ldap user
not locally created )
gid => '11000',         --------- this is ldap gid for my user
groups => 'wheel',
}

So kindly provide any modules or code which can remove user from wheel ..

NOTE: Using ldap(Active directory ) account  credential to login to all
linux using SSSD configuratino.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAL4qkLZ2RUCQMrhmJBwrM9G5sxoa_W828xVKUZM0YQissvo4BQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to