Remove existing user to existing group
6 7 8 9
# File 'lib/tapjoy/ldap/group/remove_user.rb', line 6 def remove_user confirm unless opts[:force] puts Tapjoy::LDAP::client.modify(distinguished_name, operations) end