mirror of
https://github.com/adferrand/docker-backuppc.git
synced 2023-11-05 04:40:26 +01:00
06c82b416a
* Enable authiorization against active diretory / LDAP * fix type in readme * fix table in readme * fix table in readme * add LDAP auth Co-authored-by: Adrien Ferrand <ferrand.ad@gmail.com>
5 lines
199 B
Plaintext
5 lines
199 B
Plaintext
auth.backend = "htpasswd"
|
|
auth.backend.htpasswd.userfile = "/etc/backuppc/htpasswd"
|
|
auth.require = ( "/BackupPC_Admin" => ( "method" => "basic", "realm" => "BackupPC", "require" => "valid-user" ) )
|
|
|