diff options
author | Freya Murphy <freya@freyacat.org> | 2024-05-27 00:29:36 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-05-27 00:29:36 -0400 |
commit | cb9d1193c37b7567dcad5497330169d43ab1e8a2 (patch) | |
tree | 41fea58928d5d4cf87306458114f5465b6620711 /conf/ldap/ldap.env | |
download | ldap_forwardauth-cb9d1193c37b7567dcad5497330169d43ab1e8a2.tar.gz ldap_forwardauth-cb9d1193c37b7567dcad5497330169d43ab1e8a2.tar.bz2 ldap_forwardauth-cb9d1193c37b7567dcad5497330169d43ab1e8a2.zip |
initial
Diffstat (limited to 'conf/ldap/ldap.env')
-rw-r--r-- | conf/ldap/ldap.env | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/ldap/ldap.env b/conf/ldap/ldap.env new file mode 100644 index 0000000..f387147 --- /dev/null +++ b/conf/ldap/ldap.env @@ -0,0 +1,9 @@ + +LDAP_URL= +LDAP_BIND_DN= +LDAP_BIND_PASSWORD= +LDAP_BASE_DN= +LDAP_FILTER="(&)" +LDAP_UID="cn" + +HTTP_HOST=auth.example.com |