Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit 30694b7

Browse files
authored
Merge pull request #453 from linuxserver/typo_notes
typo & notes
2 parents 2a1d88f + e364174 commit 30694b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

root/defaults/ldap.conf

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Version 2020/03/13 - Changelog: https://github.com/linuxserver/docker-letsencrypt/commits/master/root/defaults/ldap.conf
2-
## this conf is meant to be used in conjuntction with our ldap-auth image: https://github.com/linuxserver/docker-ldap-auth
2+
## this conf is meant to be used in conjunction with our ldap-auth image: https://github.com/linuxserver/docker-ldap-auth
33
## see the heimdall example in the default site config for info on enabling ldap auth
44
## for further instructions on this conf, see https://github.com/nginxinc/nginx-ldap-auth
55

@@ -62,6 +62,7 @@
6262

6363
# (Required) Set the Bind DN, by replacing the value enclosed in
6464
# double quotes.
65+
# If AD, use "root@test.local"
6566
proxy_set_header X-Ldap-BindDN "cn=root,dc=test,dc=local";
6667

6768
# (Required) Set the Bind password, by replacing 'secret'.

0 commit comments

Comments
 (0)