diff --git a/configs/login-identity-providers-ldap.xml b/configs/login-identity-providers-ldap.xml index 204d08a5..d34e5f7a 100644 --- a/configs/login-identity-providers-ldap.xml +++ b/configs/login-identity-providers-ldap.xml @@ -65,7 +65,7 @@ ldap-provider org.apache.nifi.ldap.LdapProvider - SIMPLE + {{.Values.auth.ldap.authStrategy}} {{.Values.auth.ldap.admin}} {{.Values.auth.ldap.pass}} /opt/nifi/nifi-current/conf/{{.Release.Name}}-nifi-0.{{.Release.Name}}-nifi-headless.{{.Release.Namespace}}.svc.cluster.local/keystore.jks @@ -83,8 +83,8 @@ 10 secs {{.Values.auth.ldap.host}} {{.Values.auth.ldap.searchBase}} - (cn={0}) + ({{.Values.auth.ldap.userIdentityAttribute}}={0}) {{.Values.auth.ldap.IdentityStrategy}} - 12 hours + {{.Values.auth.ldap.authExpiration}} - \ No newline at end of file +