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.