aboutsummaryrefslogtreecommitdiff
path: root/content/blog/miscellaneous/nginx-ldap.md
diff options
context:
space:
mode:
authorJulien Dessaux2021-03-12 18:12:41 +0100
committerJulien Dessaux2021-03-12 18:13:45 +0100
commited8e2b9e9ed67097d4fdc7913df1c6cd2d96d3f7 (patch)
treecd93f66cd66f8ca6efe91882d8a46ca6b09bdc72 /content/blog/miscellaneous/nginx-ldap.md
parentImproved home speech (diff)
downloadwww-ed8e2b9e9ed67097d4fdc7913df1c6cd2d96d3f7.tar.gz
www-ed8e2b9e9ed67097d4fdc7913df1c6cd2d96d3f7.tar.bz2
www-ed8e2b9e9ed67097d4fdc7913df1c6cd2d96d3f7.zip
Some more articles reformatting
Diffstat (limited to 'content/blog/miscellaneous/nginx-ldap.md')
-rw-r--r--content/blog/miscellaneous/nginx-ldap.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/content/blog/miscellaneous/nginx-ldap.md b/content/blog/miscellaneous/nginx-ldap.md
index b480943..e9135c7 100644
--- a/content/blog/miscellaneous/nginx-ldap.md
+++ b/content/blog/miscellaneous/nginx-ldap.md
@@ -1,11 +1,13 @@
---
title: "LDAP auth with nginx"
-linkTitle: "LDAP auth with nginx"
date: 2018-03-05
-description: >
- LDAP auth with nginx
+description: How to setup LDAP authentication with nginx
+tags:
+ - nginx
---
+## How to
+
{{< highlight sh >}}
ldap_server ldap {
auth_ldap_cache_enabled on;
@@ -22,4 +24,3 @@ ldap_server ldap {
#require group "cn=admins,ou=groups,dc=adyxax,dc=org";
}
{{< /highlight >}}
-