# File lib/specinfra/command/base/user.rb, line 90 def get_encrypted_password(user) "getent shadow #{escape(user)} | cut -f 2 -d ':'" end