-
Type: New Feature
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Empty show more show less
Note in the java driver we would have to do something along the following, would this be something that node driver can expose to compass?
MongoCredential gssAPICred = MongoCredential
.createGSSAPICredential(KERBEROS + "@WINDOWSREALM.COM")
.withMechanismProperty("REALM", "LINUXREALM.COM")
.withMechanismProperty("CANONICALIZE_HOST_NAME", true);
- is depended on by
-
COMPASS-1629 Cross-realm Kerberos Support
- Closed