SAP / go-ase

SAP ASE Database Client for Go
Apache License 2.0
25 stars 14 forks source link

Modify connection-properties if login-parameter 'ssl' is given #96

Closed frewilhelm closed 4 years ago

frewilhelm commented 4 years ago

Description

This patch allows to login into a Ssl-enabled Ase by using the option -o ssl="CN=<???>". Example: cgoase -u <user> -p <password> -H <hostname> -P <port> -o ssl="CN=<???>"

How was the patch tested?

The patch was tested manual on a Ssl-enabled and -disabled Ase.

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.