Some more articles reformatting
This commit is contained in:
parent
af1088fca1
commit
ed8e2b9e9e
31 changed files with 174 additions and 102 deletions
|
@ -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 >}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue