summaryrefslogtreecommitdiffstats
path: root/debian/examples/apache2-authbasic-ldap-user.conf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-07-19 10:26:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-07-19 11:55:51 +0000
commit116995274c49da63a9e18ec6a85423071e175280 (patch)
treefc3f80a704a017dcbc856003b4af944ae1af0f8f /debian/examples/apache2-authbasic-ldap-user.conf
parentUpdating to standards version 4.6.1. (diff)
downloadttyd-116995274c49da63a9e18ec6a85423071e175280.tar.xz
ttyd-116995274c49da63a9e18ec6a85423071e175280.zip
Adding apache2 reverse-proxy configuration.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/examples/apache2-authbasic-ldap-user.conf')
-rw-r--r--debian/examples/apache2-authbasic-ldap-user.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/examples/apache2-authbasic-ldap-user.conf b/debian/examples/apache2-authbasic-ldap-user.conf
new file mode 100644
index 0000000..5af7327
--- /dev/null
+++ b/debian/examples/apache2-authbasic-ldap-user.conf
@@ -0,0 +1,16 @@
+# /etc/ttyd/apache2-auth.conf
+
+AuthName "ttyd"
+AuthBasicProvider ldap
+AuthType basic
+
+AuthLDAPURL "ldaps://ldap.example.net:636/dc=example,dc=net?uid?sub"
+AuthLDAPBindDN cn=read-only,ou=srv-account,dc=example,dc=net
+AuthLDAPBindPassword "examplePassword"
+
+AuthLDAPRemoteUserAttribute uid
+AuthLDAPRemoteUserIsDN off
+AuthLDAPGroupAttribute memberUid
+AuthLDAPGroupAttributeIsDN off
+
+Require ldap-user foo bar baz