padlist: configure ldap authentication
This commit is contained in:
parent
6887bae0a3
commit
5c1af65721
2 changed files with 10 additions and 0 deletions
|
@ -27,6 +27,10 @@ in
|
|||
root = pkgs.callPackage ../pkgs/padlist { };
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
extraConfig = ''
|
||||
auth_pam "LDAP Authentication Required";
|
||||
auth_pam_service_name "nginx";
|
||||
'';
|
||||
locations = {
|
||||
"= /" = {
|
||||
extraConfig = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue