We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c21be1f commit 7d58ac8Copy full SHA for 7d58ac8
1 file changed
irods/client_init.py
@@ -17,7 +17,6 @@ def write_pam_credentials_to_secrets_file( password ,**kw):
17
with cfg.loadlines( [dict(setting='legacy_auth.pam.password_for_auto_renew',value=None),
18
dict(setting='legacy_auth.pam.store_password_to_environment',value=False)] ):
19
to_encode = s.pam_pw_negotiated
20
- assert(not s.auth_file)
21
if to_encode:
22
open(s.pool.account.derived_auth_file,'w').write(obf.encode(to_encode[0]))
23
return True
0 commit comments