You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ma...@apache.org on 2015/11/17 14:46:04 UTC

nifi git commit: NIFI-1114: Added documentation for nifi.kerberos.krb5.file property

Repository: nifi
Updated Branches:
  refs/heads/master f98e335cd -> d16392c61


NIFI-1114: Added documentation for nifi.kerberos.krb5.file property


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/d16392c6
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/d16392c6
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/d16392c6

Branch: refs/heads/master
Commit: d16392c6182678119b77de44c910a481305ce990
Parents: f98e335
Author: Mark Payne <ma...@hotmail.com>
Authored: Tue Nov 17 08:45:28 2015 -0500
Committer: Mark Payne <ma...@hotmail.com>
Committed: Tue Nov 17 08:45:28 2015 -0500

----------------------------------------------------------------------
 nifi-docs/src/main/asciidoc/administration-guide.adoc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/d16392c6/nifi-docs/src/main/asciidoc/administration-guide.adoc
----------------------------------------------------------------------
diff --git a/nifi-docs/src/main/asciidoc/administration-guide.adoc b/nifi-docs/src/main/asciidoc/administration-guide.adoc
index 57cee4e..b36c28e 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. 
 |====