Skip to content

Commit a187824

Browse files
authored
Minor updates to KERBEROS.md
1 parent ad97ad1 commit a187824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: KERBEROS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Kerberos Authentication
22

3-
In addition to basic, digest, and certificate authentication, the Node.js Client API supports [Kerberos authentication](https://docs.marklogic.com/guide/security/external-auth) for MarkLogic servers that have been so configured.
3+
In addition to basic, digest, and certificate authentication, the Node.js Client API supports [Kerberos authentication](https://docs.marklogic.com/guide/security/external-auth) on MarkLogic servers.
44

55
The Node.js Client API uses the [kerberos](https://www.npmjs.com/package/kerberos) module to support Kerberos authentication and requires (on Linux):
66

@@ -11,6 +11,6 @@ The Node.js Client API uses the [kerberos](https://www.npmjs.com/package/kerbero
1111

1212
Windows requires additional libraries. See the [kerberos documentation](https://www.npmjs.com/package/kerberos) for details.
1313

14-
The [kerberos](https://www.npmjs.com/package/kerberos) module is listed as an optional dependency in the Node Client API package.json. To skip installing optional modules during [npm install](https://docs.npmjs.com/cli/install), use the --no-optional flag:
14+
The [kerberos](https://www.npmjs.com/package/kerberos) module is listed as an optional dependency in the Node.js Client API package.json. To skip installing optional modules during [npm install](https://docs.npmjs.com/cli/install), use the --no-optional flag:
1515

1616
npm install --no-optional

0 commit comments

Comments
 (0)