summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
Diffstat (limited to 'textw')
-rw-r--r--textw/userauth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/userauth.py b/textw/userauth.py
index 138e9836e..7674331d9 100644
--- a/textw/userauth.py
+++ b/textw/userauth.py
@@ -280,7 +280,7 @@ class AuthConfigWindow:
result = toplevel.runOnce ()
todo.auth.useMD5 = self.md5.value ()
- todo.auth.shadow = self.shadow.value ()
+ todo.auth.useShadow = self.shadow.value ()
todo.auth.useNIS = self.nis.selected ()
todo.auth.domain = self.domain.value ()
todo.auth.useBroadcast = self.broadcast.selected ()