about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2021-02-08 12:30:49 -0500
committerGitHub <noreply@github.com>2021-02-08 12:30:49 -0500
commit5f39471ad456c07462a839471812aa23dd61518b (patch)
tree41ea9542a6c76f04c4a960f4044ded2280edf50d
parent9e4ec271631e8f35c34480659a1c079e8aa991f0 (diff)
parente7d7c51df3e300685257c595ba9246ff3fedb1b2 (diff)
Merge pull request #111357 from lbpdt/feature/spnego-http-auth-nginx-module
nginxModules.spnego-http-auth-nginx-module: init at 16.04.2020
-rw-r--r--pkgs/servers/http/nginx/modules.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/servers/http/nginx/modules.nix b/pkgs/servers/http/nginx/modules.nix
index 71bc969bbea6a..732f8e47c5084 100644
--- a/pkgs/servers/http/nginx/modules.nix
+++ b/pkgs/servers/http/nginx/modules.nix
@@ -370,6 +370,16 @@ in
     };
   };
 
+  spnego-http-auth = {
+    src = fetchFromGitHub {
+      name = "spnego-http-auth";
+      owner = "stnoonan";
+      repo = "spnego-http-auth-nginx-module";
+      rev = "72c8ee04c81f929ec84d5a6d126f789b77781a8c";
+      sha256 = "05rw3a7cv651951li995r5l1yzz6kwkm2xpbd59jsfzd74bw941i";
+    };
+  };
+
   statsd = {
     src = fetchFromGitHub {
       name = "statsd";