diff options
author | Simon Rettberg | 2014-09-09 18:07:48 +0200 |
---|---|---|
committer | Simon Rettberg | 2014-09-09 18:07:48 +0200 |
commit | bbdf2fba7b9ae0fa97aa164bcf84c1b88df38f32 (patch) | |
tree | 0bad2dc5bb0112940272b22a31f5dc4a0e8b2840 /config | |
parent | Bail out on startup if an AD server is not reachable (diff) | |
download | ldadp-bbdf2fba7b9ae0fa97aa164bcf84c1b88df38f32.tar.gz ldadp-bbdf2fba7b9ae0fa97aa164bcf84c1b88df38f32.tar.xz ldadp-bbdf2fba7b9ae0fa97aa164bcf84c1b88df38f32.zip |
Add OpenSSL-Support (Client<->Proxy)
Diffstat (limited to 'config')
-rw-r--r-- | config/config.example | 3 |
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 |