We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13eb7d0 commit fa0119eCopy full SHA for fa0119e
1 file changed
irods/auth/pam_password.py
@@ -91,7 +91,6 @@ class _pam_password_ClientAuthState(authentication_base):
91
# Server define
92
AUTH_AGENT_AUTH_REQUEST = "auth_agent_auth_request"
93
94
- # TODO: check_ssl does not need to be a parameter here, if we have the ENSURE_SSL_IS_ACTIVE option available.
95
def __init__(self, *_, **_kw):
96
super().__init__(*_, **_kw)
97
self.check_ssl = True
0 commit comments