summaryrefslogtreecommitdiff
path: root/lib/chef/win32/net.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/win32/net.rb')
-rw-r--r--lib/chef/win32/net.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/win32/net.rb b/lib/chef/win32/net.rb
index a5ee1a00a1..410b7f9c16 100644
--- a/lib/chef/win32/net.rb
+++ b/lib/chef/win32/net.rb
@@ -71,6 +71,8 @@ class Chef
def self.net_api_error!(code)
msg = case code
+ when NERR_MEMBER_IN_ALIAS
+ "The specified account name is already a member of the group."
when NERR_InvalidComputer
"The user does not have access to the requested information."
when NERR_NotPrimary