-
- Downloads
Allow configuring owner of TSM password files.
In some cases, especially when TSM/Spectrum Protect is used for archiving and not just backups, other users than root need to be able to read the password files in order to authenticate against the server. To solve this, we add a parameter $password_owner to the tsmclient::config class, where this can be controlled. Users should set it to a string containing the user and group that is to own the password files, separated by a colon, e.g. "root:dcache" to have the files owned by user root, group dcache. The password files will be readable by the group owner.
Loading
Please register or sign in to comment