Method: Chef::Provider::User::Solaris#unlock_user

Defined in:
lib/chef/provider/user/solaris.rb

#unlock_userObject



63
64
65
# File 'lib/chef/provider/user/solaris.rb', line 63

def unlock_user
  shell_out!("passwd", "-u", new_resource.username)
end