diff options
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 |