All checks were successful
continuous-integration/drone/push Build is passing
4 lines
198 B
Plaintext
4 lines
198 B
Plaintext
auth.backend = "htpasswd"
|
|
auth.backend.htpasswd.userfile = "/etc/backuppc/htpasswd"
|
|
auth.require = ( "/BackupPC_Admin" => ( "method" => "basic", "realm" => "BackupPC", "require" => "valid-user" ) )
|