bareos: master f2c03e63

Author Committer Branch Timestamp Parent
joergs joergs master 2020-01-15 18:42 master 2405a3b3 Pending
Changeset pam_exec_add_bareos_user: adapted for Bareos >= 19.2.4

Previos versions of Bareos did require that a Bareos user configuration has set a password,
even if this password isn't used (because the user authenticates against PAM).

Bareos >= 19.2.4 had done cleanups to the configuration.
For the "console" resource, nothing have changed, except that they can no longer be used for PAM.
The "user" resources do no longer contain password and TLS directives.
A PAM user now has to be defined as Bareos "user". Previosly "user" and "console" have been possible.
Also the director now offers the ".users" command, to get the list of users.

This patch added the pam_exec_add_bareos_user.py script to this.
mod - misc/bareos_pam_integration/README.rst Diff File
mod - misc/bareos_pam_integration/pam_exec_add_bareos_user.py Diff File