Skip to content
Snippets Groups Projects
Commit c7f0b5d8 authored by Thomas Bellman's avatar Thomas Bellman
Browse files

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.
parent cb872d2b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment