mirror of https://github.com/apache/nifi.git
NIFI-655:
- Fixing the configuration property name for Authentication Expiration in the provided example configuration.
This commit is contained in:
parent
769f19ee86
commit
a5754986e2
|
@ -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>
|
Loading…
Reference in New Issue