summaryrefslogtreecommitdiffstats
path: root/iw/auth_gui.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-06-20 15:59:14 +0000
committerMike Fulbright <msf@redhat.com>2000-06-20 15:59:14 +0000
commit58b710793391a15a745582d1aac44c9815530350 (patch)
treeef6d880d5985f5582ced2caefe915273f1402a52 /iw/auth_gui.py
parent8f8265e07ecdb485df654de8fdfd02ffc9ee9ae3 (diff)
downloadanaconda-58b710793391a15a745582d1aac44c9815530350.tar.gz
anaconda-58b710793391a15a745582d1aac44c9815530350.tar.xz
anaconda-58b710793391a15a745582d1aac44c9815530350.zip
set ldap auth on if ldap enabled
Diffstat (limited to 'iw/auth_gui.py')
-rw-r--r--iw/auth_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/auth_gui.py b/iw/auth_gui.py
index 7f6d940b6..5dd3e7d56 100644
--- a/iw/auth_gui.py
+++ b/iw/auth_gui.py
@@ -61,7 +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 = 0
+ self.todo.auth.useLdapauth = self.ldap.get_active ()
self.todo.auth.ldapServer = self.ldapServer.get_text ()
self.todo.auth.ldapBasedn = self.ldapBasedn.get_text ()