You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mc...@apache.org on 2015/11/23 21:55:34 UTC

nifi git commit: NIFI-655: - Fixing the configuration property name for Authentication Expiration in the provided example configuration.

Repository: nifi
Updated Branches:
  refs/heads/NIFI-655 769f19ee8 -> a5754986e


NIFI-655:
- Fixing the configuration property name for Authentication Expiration in the provided example configuration.

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

Branch: refs/heads/NIFI-655
Commit: a5754986e2d46a13c9b1373d6befba24c08db016
Parents: 769f19e
Author: Matt Gilman <ma...@gmail.com>
Authored: Mon Nov 23 15:55:24 2015 -0500
Committer: Matt Gilman <ma...@gmail.com>
Committed: Mon Nov 23 15:55:24 2015 -0500

----------------------------------------------------------------------
 .../src/main/resources/conf/login-identity-providers.xml           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/a5754986/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/login-identity-providers.xml
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/login-identity-providers.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/login-identity-providers.xml
index 9868b9d..d6a0c2e 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/login-identity-providers.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/login-identity-providers.xml
@@ -86,7 +86,7 @@
         <property name="User Search Base"></property>
         <property name="User Search Filter"></property>
 
-        <property name="Expiration Duration">12 hours</property>
+        <property name="Authentication Expiration">12 hours</property>
     </provider>
     To enable the ldap-provider remove 2 lines. This is 2 of 2. -->
 </loginIdentityProviders>
\ No newline at end of file