NIFI-655:

- Fixing the configuration property name for Authentication Expiration in the provided example configuration.
This commit is contained in:
Matt Gilman 2015-11-23 15:55:24 -05:00
parent 769f19ee86
commit a5754986e2
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
<property name="User Search Base"></property> <property name="User Search Base"></property>
<property name="User Search Filter"></property> <property name="User Search Filter"></property>
<property name="Expiration Duration">12 hours</property> <property name="Authentication Expiration">12 hours</property>
</provider> </provider>
To enable the ldap-provider remove 2 lines. This is 2 of 2. --> To enable the ldap-provider remove 2 lines. This is 2 of 2. -->
</loginIdentityProviders> </loginIdentityProviders>