summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorSimon Rettberg2014-09-09 18:07:48 +0200
committerSimon Rettberg2014-09-09 18:07:48 +0200
commitbbdf2fba7b9ae0fa97aa164bcf84c1b88df38f32 (patch)
tree0bad2dc5bb0112940272b22a31f5dc4a0e8b2840 /config
parentBail out on startup if an AD server is not reachable (diff)
downloadldadp-bbdf2fba7b9ae0fa97aa164bcf84c1b88df38f32.tar.gz
ldadp-bbdf2fba7b9ae0fa97aa164bcf84c1b88df38f32.tar.xz
ldadp-bbdf2fba7b9ae0fa97aa164bcf84c1b88df38f32.zip
Add OpenSSL-Support (Client<->Proxy)
Diffstat (limited to 'config')
-rw-r--r--config/config.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.example b/config/config.example
index b2850d4..6ad38a6 100644
--- a/config/config.example
+++ b/config/config.example
@@ -7,4 +7,7 @@ bindpw=geheim
base=DC=public,DC=ads,DC=example,DC=com
# optional: template for home directory mount point to pass to client. use %s as the users account name. only used if AD doesn't supply the homeDirectory attribute (or it doesn't contain a UNC path)
home=\\windows-server\users\%s
+# For using SSL between client and proxy, uncomment these. For plaintext, remove or comment out
+cert=/my/cert.pem
+privkey=/my/privatekey.pem