diff options
author | jakub <jakub> | 1999-11-11 16:33:57 +0000 |
---|---|---|
committer | jakub <jakub> | 1999-11-11 16:33:57 +0000 |
commit | 6789ee5933034d6a38d68ac6cb474feb3010738b (patch) | |
tree | 3d28280df9f70d359318c1ce7c7be51ff7901103 /textw | |
parent | e181e4a500e66ef39f560888344d228664618949 (diff) | |
download | anaconda-6789ee5933034d6a38d68ac6cb474feb3010738b.tar.gz anaconda-6789ee5933034d6a38d68ac6cb474feb3010738b.tar.xz anaconda-6789ee5933034d6a38d68ac6cb474feb3010738b.zip |
Make disabling of shadow passwords work in TUI.
Diffstat (limited to 'textw')
-rw-r--r-- | textw/userauth.py | 2 |
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 () |