mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
nginx-ldap-auth-module
This commit is contained in:
parent
b8914d1014
commit
f4772242a7
1 changed files with 2 additions and 2 deletions
|
@ -107,11 +107,11 @@
|
||||||
(package
|
(package
|
||||||
(inherit nginx)
|
(inherit nginx)
|
||||||
(name "nginx-ldap-auth-module")
|
(name "nginx-ldap-auth-module")
|
||||||
(version "83c059b")
|
(version "241200e")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list (string-append "https://github.com/kvspb/nginx-auth-ldap/archive/" version ".tar.gz")))
|
(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")
|
(synopsis "LDAP Authentication module for nginx")
|
||||||
(description
|
(description
|
||||||
"LDAP module for nginx which supports authentication against multiple LDAP servers.")
|
"LDAP module for nginx which supports authentication against multiple LDAP servers.")
|
||||||
|
|
Loading…
Add table
Reference in a new issue