summary refs log tree commit diff
path: root/pkgs/servers/http/nginx
diff options
context:
space:
mode:
authorLouis Blin <45168934+lbpdt@users.noreply.github.com>2021-01-30 22:47:29 +0000
committerLouis Blin <45168934+lbpdt@users.noreply.github.com>2021-02-08 14:07:40 +0000
commite7d7c51df3e300685257c595ba9246ff3fedb1b2 (patch)
tree42e2948d1400accb1f2711352b190d840032246d /pkgs/servers/http/nginx
parentb85a0ba2c2cd467c32e5cea3e8b02f0ed8d62a27 (diff)
downloadnixpkgs-e7d7c51df3e300685257c595ba9246ff3fedb1b2.tar
nixpkgs-e7d7c51df3e300685257c595ba9246ff3fedb1b2.tar.gz
nixpkgs-e7d7c51df3e300685257c595ba9246ff3fedb1b2.tar.bz2
nixpkgs-e7d7c51df3e300685257c595ba9246ff3fedb1b2.tar.lz
nixpkgs-e7d7c51df3e300685257c595ba9246ff3fedb1b2.tar.xz
nixpkgs-e7d7c51df3e300685257c595ba9246ff3fedb1b2.tar.zst
nixpkgs-e7d7c51df3e300685257c595ba9246ff3fedb1b2.zip
nginxModules.spnego-http-auth-nginx-module: init at 16.04.2020
Diffstat (limited to 'pkgs/servers/http/nginx')
-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 71bc969bbea..732f8e47c50 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";