When we use canonical hostnames (aliases/CNAMES etc..) in Mongo for hostname. Using Mongo.jar, the following call can be made to use Canonical host names:
MongoCredential credential = MongoCredential.createGSSAPICredential(user).withMechanismProperty("CANONICALIZE_HOST_NAME", true);
In ADS, we should add a new Driver parameter called caonicalHostName w/ values of true and false. Default is false.
We need to support this in v15 & v16.
Issue #13103 |
| Closed |
| Fixed |
| Resolved |
Completion |
| No due date |
| Fixed Build ADS 15.0.14-10, 16.0.0-beta-29 (mongo-jdbc 1.4.5) |
| No time estimate |