nginx-ldap-auth-module

This commit is contained in:
Jean-François GUILLAUME 2024-09-23 12:45:47 +02:00
parent b8914d1014
commit f4772242a7
GPG key ID: 38751DAE145EFB5A

View file

@ -107,11 +107,11 @@
(package
(inherit nginx)
(name "nginx-ldap-auth-module")
(version "83c059b")
(version "241200e")
(source (origin
(method url-fetch)
(uri (list (string-append "https://github.com/kvspb/nginx-auth-ldap/archive/" version ".tar.gz")))
(sha256 (base32 "0r44dhsbw2ssg84vc5i68zdnhd0131nkbkbmxq7rpq9avddlw339"))))
(sha256 (base32 "0nyc1ip039lrlc6sv7gkil8s11n2d947jmh3w79qjh5wfc4npcyi"))))
(synopsis "LDAP Authentication module for nginx")
(description
"LDAP module for nginx which supports authentication against multiple LDAP servers.")