docker-backuppc/files/auth.conf
Christian Uhlmann 06c82b416a
Seperate auth - Active Directory / LDAP (#23)
* 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>
2020-04-12 13:15:31 +02:00

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" ) )