summaryrefslogtreecommitdiffstats
path: root/users.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-06-27 23:15:29 +0000
committerJeremy Katz <katzj@redhat.com>2001-06-27 23:15:29 +0000
commit8c56e47894c6149f906f77209413d9fd70d8e1b7 (patch)
treea806fee37f1dafb20f2f900aa5b0645649f3d773 /users.py
parent80ddf3da759f39dd9f7c45f6ff2e358228dcf99f (diff)
downloadanaconda-8c56e47894c6149f906f77209413d9fd70d8e1b7.tar.gz
anaconda-8c56e47894c6149f906f77209413d9fd70d8e1b7.tar.xz
anaconda-8c56e47894c6149f906f77209413d9fd70d8e1b7.zip
right option, fixes 46337
Diffstat (limited to 'users.py')
-rw-r--r--users.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/users.py b/users.py
index 3f84a4f59..950d9ecf9 100644
--- a/users.py
+++ b/users.py
@@ -226,7 +226,7 @@ class Authentication:
args.append ("--smbworkgroup")
args.append (self.sambaWorkgroup)
else:
- args.append ("--disablesamba")
+ args.append ("--disablesmbauth")
return args