Skip to content

Commit

Permalink
remove UserSimple call to AfterAuth as it is deprecated and always lo…
Browse files Browse the repository at this point in the history
…cal users for SLE12 installer
  • Loading branch information
jreidinger committed Feb 4, 2016
1 parent 61eb457 commit e302c30
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/clients/partitions_proposal.rb
Expand Up @@ -232,12 +232,6 @@ def unformatted_home_warning
if !Builtins.isempty(part) && !Ops.get_boolean(part, "format", false)
Builtins.y2milestone("/home partition will not be formatted")

Yast.import "UsersSimple"
if UsersSimple.AfterAuth != "users"
Builtins.y2milestone("non-local user authentication")
return true
end

device = Ops.get_string(part, "device", "")
resize_info = {}
content_info = {}
Expand Down

0 comments on commit e302c30

Please sign in to comment.