diff options
Diffstat (limited to 'config/config.example')
-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] |