You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In issue #621, the free function write_pam_credentials_to_secrets_file is created to provide iinit-like capability for writing a .irodsA containing PAM credentials. However, unlike iinit, this function's use might be insensitive to, and destroy, a pre-existing .irodsA file.
So, we need to examine this. At the very least, we could add an option to the function, specifying whether an already existing .irodsA should be checked for , prior to negotiating a new PAM password and overwriting the existing .irodsA.
The text was updated successfully, but these errors were encountered:
In issue #621, the free function
write_pam_credentials_to_secrets_file
is created to provide iinit-like capability for writing a .irodsA containing PAM credentials. However, unlike iinit, this function's use might be insensitive to, and destroy, a pre-existing .irodsA file.So, we need to examine this. At the very least, we could add an option to the function, specifying whether an already existing
.irodsA
should be checked for , prior to negotiating a new PAM password and overwriting the existing.irodsA
.The text was updated successfully, but these errors were encountered: