summaryrefslogtreecommitdiffstats
path: root/textw/userauth_text.py
diff options
context:
space:
mode:
authorbfox <bfox>2000-12-15 04:18:52 +0000
committerbfox <bfox>2000-12-15 04:18:52 +0000
commita41e803a02341fe8cf24d84fd27096f4b9b8688e (patch)
tree928ad97c23d887915504d36d6313d063086dad60 /textw/userauth_text.py
parentf269122e2a4b66f2bff60f0dab42f36ceb28679f (diff)
downloadanaconda-a41e803a02341fe8cf24d84fd27096f4b9b8688e.tar.gz
anaconda-a41e803a02341fe8cf24d84fd27096f4b9b8688e.tar.xz
anaconda-a41e803a02341fe8cf24d84fd27096f4b9b8688e.zip
Implemented TLS connection checkbox. Resolves bug #21963
Diffstat (limited to 'textw/userauth_text.py')
-rw-r--r--textw/userauth_text.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/textw/userauth_text.py b/textw/userauth_text.py
index c266dd669..418894f73 100644
--- a/textw/userauth_text.py
+++ b/textw/userauth_text.py
@@ -281,6 +281,7 @@ class AuthConfigWindow:
self.ldapServer.setFlags (FLAG_DISABLED, server)
self.ldapBasedn.setFlags (FLAG_DISABLED, server)
+ self.ldapTLS.setFlags (FLAG_DISABLED, server)
def krb5setsensitive (self):
# handle other forms here...