diff options
author | Freya Murphy <freya@freyacat.org> | 2024-05-27 11:46:42 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-05-27 11:46:42 -0400 |
commit | 928267287df532a6e8fb0775e3138ee21f2173f5 (patch) | |
tree | b47ccfe7694784d9632abff25f108ce1d60a4b3b /conf/ldap | |
parent | aaa (diff) | |
download | ldap_forwardauth-928267287df532a6e8fb0775e3138ee21f2173f5.tar.gz ldap_forwardauth-928267287df532a6e8fb0775e3138ee21f2173f5.tar.bz2 ldap_forwardauth-928267287df532a6e8fb0775e3138ee21f2173f5.zip |
fix cookies
Diffstat (limited to 'conf/ldap')
-rw-r--r-- | conf/ldap/ldap.env | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/ldap/ldap.env b/conf/ldap/ldap.env index f387147..29f55c0 100644 --- a/conf/ldap/ldap.env +++ b/conf/ldap/ldap.env @@ -7,3 +7,4 @@ LDAP_FILTER="(&)" LDAP_UID="cn" HTTP_HOST=auth.example.com +COOKIE_DOMAIN=example.com |