Hi all,

I am trying to integrate nifi with ldap, this is my configuration:
<provider>
    <identifier>ldap-provider</identifier>
    <class>org.apache.nifi.ldap.LdapProvider</class>
    <property name="Authentication Strategy">SIMPLE</property>
    <property name="Manager DN"></property>
    <property name="Manager Password"></property>
    <property name="TLS - Keystore"></property>
    <property name="TLS - Keystore Password"></property>
    <property name="TLS - Keystore Type"></property>
    <property name="TLS - Truststore"></property>
    <property name="TLS - Truststore Password"></property>
    <property name="TLS - Truststore Type"></property>
    <property name="TLS - Client Auth"></property>
    <property name="TLS - Protocol"></property>
    <property name="TLS - Shutdown Gracefully"></property>

    <property name="Referral Strategy">FOLLOW</property>
    <property name="Connect Timeout">10 secs</property>
    <property name="Read Timeout">10 secs</property>
    <property name="Url">ldaps://xxxxxxx:port</property>
    <property name="User Search Base">ou=xxx,o=xxxx</property>
    <property name="User Search Filter">uid={0}</property>
    <property name="Identity Strategy">USE_DN</property>
    <property name="Authentication Expiration">50 minutes</property>
</provider>

I can always start nifi, input username and password, if the username and 
password are not correct, it will send an error message to me, so I think the 
configuration is okay, but when I input correct username and password then 
click log in while I am tailing nifi-user.log, there are no output of tail 
command, and on my browser, this is my screen:
[cid:[email protected]]
After I click home, the tail command will output:
[cid:[email protected]]
Could anybody give me a hand?

Thanks
Alex

Reply via email to