diff options
author | Mike Fulbright <msf@redhat.com> | 2000-06-06 00:36:05 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2000-06-06 00:36:05 +0000 |
commit | 032cba44fe7817711d950cb57df5d8d10cd61231 (patch) | |
tree | aaa38498cdd01572081a538a2c6d0248dad3d856 /iw/auth_gui.py | |
parent | 3c8453fe0dc8d00e765c41c55e8400c0e5ab6bb7 (diff) | |
download | anaconda-032cba44fe7817711d950cb57df5d8d10cd61231.tar.gz anaconda-032cba44fe7817711d950cb57df5d8d10cd61231.tar.xz anaconda-032cba44fe7817711d950cb57df5d8d10cd61231.zip |
use ldap auth if using ldap user info
Diffstat (limited to 'iw/auth_gui.py')
-rw-r--r-- | iw/auth_gui.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iw/auth_gui.py b/iw/auth_gui.py index 5c4779722..744caa41e 100644 --- a/iw/auth_gui.py +++ b/iw/auth_gui.py @@ -61,6 +61,7 @@ class AuthWindow (InstallWindow): self.todo.auth.nisServer = self.nisServer.get_text () self.todo.auth.useLdap = self.ldap.get_active () + self.todo.auth.useLdapauth = self.todo.auth.useLdap self.todo.auth.ldapServer = self.ldapServer.get_text () self.todo.auth.ldapBasedn = self.ldapBasedn.get_text () |