From d16392c6182678119b77de44c910a481305ce990 Mon Sep 17 00:00:00 2001 From: Mark Payne Date: Tue, 17 Nov 2015 08:45:28 -0500 Subject: [PATCH] NIFI-1114: Added documentation for nifi.kerberos.krb5.file property --- nifi-docs/src/main/asciidoc/administration-guide.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nifi-docs/src/main/asciidoc/administration-guide.adoc b/nifi-docs/src/main/asciidoc/administration-guide.adoc index 57cee4e5a8..b36c28ecb9 100644 --- a/nifi-docs/src/main/asciidoc/administration-guide.adoc +++ b/nifi-docs/src/main/asciidoc/administration-guide.adoc @@ -769,7 +769,9 @@ Only configure these properties for the cluster manager. |==== |*Property*|*Description* -|nifi.kerberos.krb5.file*|The location of the krb5 file, if used. It is blank by default. +|nifi.kerberos.krb5.file*|The location of the krb5 file, if used. It is blank by default. Note that this property is not used to authenticate NiFi users. + Rather, it is made available for extension points, such as Hadoop-based Processors, to use. At this time, only a single krb5 file is allowed to + be specified per NiFi instance, so this property is configured here rather than in individual Processors. |====