# File lib/chef/provider/user/dscl.rb, line 99 def osx_salted_sha1?(string) return !! ( string =~ /^[[:xdigit:]]{48}$/ ) end