Some more articles reformatting

This commit is contained in:
Julien Dessaux 2021-03-12 18:12:41 +01:00
parent af1088fca1
commit ed8e2b9e9e
31 changed files with 174 additions and 102 deletions

View file

@ -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 >}}