diff options
author | bfox <bfox> | 2000-12-15 04:18:52 +0000 |
---|---|---|
committer | bfox <bfox> | 2000-12-15 04:18:52 +0000 |
commit | a41e803a02341fe8cf24d84fd27096f4b9b8688e (patch) | |
tree | 928ad97c23d887915504d36d6313d063086dad60 /textw | |
parent | f269122e2a4b66f2bff60f0dab42f36ceb28679f (diff) | |
download | anaconda-a41e803a02341fe8cf24d84fd27096f4b9b8688e.tar.gz anaconda-a41e803a02341fe8cf24d84fd27096f4b9b8688e.tar.xz anaconda-a41e803a02341fe8cf24d84fd27096f4b9b8688e.zip |
Implemented TLS connection checkbox. Resolves bug #21963
Diffstat (limited to 'textw')
-rw-r--r-- | textw/userauth_text.py | 1 |
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... |