summaryrefslogtreecommitdiffstats
path: root/textw/userauth_text.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-06-06 03:02:32 +0000
committerMike Fulbright <msf@redhat.com>2000-06-06 03:02:32 +0000
commitb6f3224fc88da77bd59a0761448bde0bc2d9678b (patch)
tree9f0fd9e03bed97f79737349fda043a59566e6b79 /textw/userauth_text.py
parent3cbace6ffee3904380bdab23b0043eb62ec4f2a1 (diff)
downloadanaconda-b6f3224fc88da77bd59a0761448bde0bc2d9678b.tar.gz
anaconda-b6f3224fc88da77bd59a0761448bde0bc2d9678b.tar.xz
anaconda-b6f3224fc88da77bd59a0761448bde0bc2d9678b.zip
never use ldap authenification by default
Diffstat (limited to 'textw/userauth_text.py')
-rw-r--r--textw/userauth_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/userauth_text.py b/textw/userauth_text.py
index 120240e5d..b5d52cae4 100644
--- a/textw/userauth_text.py
+++ b/textw/userauth_text.py
@@ -398,7 +398,7 @@ class AuthConfigWindow:
todo.auth.nisuseBroadcast = self.broadcast.selected ()
todo.auth.nisServer = self.nisServer.value ()
todo.auth.useLdap = self.ldap.selected ()
- todo.auth.useLdapauth = todo.auth.useLdap
+ todo.auth.useLdapauth = 0
todo.auth.ldapServer = self.ldapServer.value()
todo.auth.ldapBasedn = self.ldapBasedn.value()
todo.auth.useKrb5 = self.krb5.selected()