Skip to content

Files

Latest commit

a187824 · Apr 21, 2017

History

History
16 lines (10 loc) · 977 Bytes

KERBEROS.md

File metadata and controls

16 lines (10 loc) · 977 Bytes

Kerberos Authentication

In addition to basic, digest, and certificate authentication, the Node.js Client API supports Kerberos authentication on MarkLogic servers.

The Node.js Client API uses the kerberos module to support Kerberos authentication and requires (on Linux):

Windows requires additional libraries. See the kerberos documentation for details.

The kerberos module is listed as an optional dependency in the Node.js Client API package.json. To skip installing optional modules during npm install, use the --no-optional flag:

npm install --no-optional