# File lib/chef/provider/user/dscl.rb, line 228
        def lock_user
          safe_dscl("append /Users/#{@new_resource.username} AuthenticationAuthority ';DisabledUser;'")
        end