diff options
-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... |