Skip to content

Commit 14e0e79

Browse files
committed
Documentation correction and new test cases
1 parent 9735cf5 commit 14e0e79

File tree

4 files changed

+405
-2
lines changed

4 files changed

+405
-2
lines changed

doc/src/user_guide/connection_handling.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2362,7 +2362,7 @@ The connect descriptor parameter ``TOKEN_AUTH`` must be set to
23622362
(SSL_SERVER_DN_MATCH=ON)
23632363
(SSL_SERVER_CERT_DN="CN=efg.oraclecloud.com, O=Oracle Corporation, L=Redwood City, ST=California, C=US")
23642364
(TOKEN_AUTH=OAUTH)
2365-
(TOKEN_LOCATION='/opt/oracle/token')
2365+
(TOKEN_LOCATION="/opt/oracle/token")
23662366
))
23672367
23682368
You can alternatively set ``TOKEN_AUTH`` and ``TOKEN_LOCATION`` in a
@@ -2715,7 +2715,7 @@ For example in a ``tnsnames.ora`` file:
27152715
(SSL_SERVER_DN_MATCH=ON)
27162716
(SSL_SERVER_CERT_DN="CN=efg.oraclecloud.com, O=Oracle Corporation, L=Redwood City, ST=California, C=US")
27172717
(TOKEN_AUTH=OCI_TOKEN)
2718-
(TOKEN_LOCATION='/opt/oracle/token')
2718+
(TOKEN_LOCATION="/opt/oracle/token")
27192719
))
27202720
27212721
You can alternatively set ``TOKEN_AUTH`` and ``TOKEN_LOCATION`` in a

0 commit comments

Comments
 (0)