-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Some corporations need to change the default service name for GSSAPI of "mongodb" to something else.
This is possible to do on the connection string using the "gssapiServiceName" option. It can also be done in code using
credential = credential.WithMechanismProperty("SERVICE_NAME", "newServiceName");
- is depended on by
-
DRIVERS-1889 Ability to use different Service Name on the driver for Kerberos Authentication
- Closed