diff options
author | Simon Rettberg | 2015-10-27 10:55:59 +0100 |
---|---|---|
committer | Simon Rettberg | 2015-10-27 10:55:59 +0100 |
commit | d9d4e925a587392823110dccbd1fcf7ccca779ab (patch) | |
tree | 053cc12e11b05cdd2d901a11b5b8ddb3a14895cd | |
parent | Send search requests to server only after bind succeeded. (diff) | |
download | ldadp-d9d4e925a587392823110dccbd1fcf7ccca779ab.tar.gz ldadp-d9d4e925a587392823110dccbd1fcf7ccca779ab.tar.xz ldadp-d9d4e925a587392823110dccbd1fcf7ccca779ab.zip |
Update example config
-rw-r--r-- | config/config.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/config.example b/config/config.example index 574d328..82468a1 100644 --- a/config/config.example +++ b/config/config.example @@ -10,8 +10,12 @@ base=DC=public,DC=ads,DC=example,DC=com home=\\windows-server\users\%s # Set this to use SSL when talking to the ADS. SSL is not enabled by default, so make sure your ADS has it. fingerprint=76:EC:9D:18:99:0D:8F:E1:99:D2:07:09:48:DF:82:4F:28:47:32:14 +# Alternatively, set a ca-certificate bundle file used for verification. This is loaded additionally to the system's default CAs +cabundle=/foo/bar.pem # Optinally set remote port. Default is 3268 for plain connection, 636 for SSL connection. port=6666 +# don't map between AD and LDAP scheme - assume server has all the required fields and values +plainldap=true # Configure the proxy) [local] |