Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

Apache NiFi Restart Requirements: Resolving "invalid ID,PWD errors" in login_identity_provider.xml

avatar
Super Collaborator

Hi,

Our OU in the LDAP connection has changed and we are getting invalid ID,PWD errors when trying to log in to NiFi, I think this is expected. But if i change the

old

ou=Users and Groups,ou=EU,ou=same,ou=Organizations,dc=comp,dc=com

to new

ou=Users and Groups,ou=USA,ou=same,ou=Organizations,dc=comp,dc=com

do i need to restart nifi.??

is there a way that this could be avoided .?? that is instead of giving the whole string can i just give the top level ou like

ou=Users and Groups

 

1 ACCEPTED SOLUTION

avatar
Master Mentor
@Saikrishna Tarapareddy

-

The only NiFi configuration file you can edit that will take affect without requiring a NiFi restart is the logback.xml file.

-

As far as what is an acceptable search base, best to test your search base command on command line using ldapsearch. If it doesn't work there, it will not work in NiFi either.

-

Thank you,

Matt

-

If you found this Answer addressed your original question, please take a moment to login and click "Accept" below the answer.

View solution in original post

2 REPLIES 2

avatar
Super Collaborator

any input from the experts.??

avatar
Master Mentor
@Saikrishna Tarapareddy

-

The only NiFi configuration file you can edit that will take affect without requiring a NiFi restart is the logback.xml file.

-

As far as what is an acceptable search base, best to test your search base command on command line using ldapsearch. If it doesn't work there, it will not work in NiFi either.

-

Thank you,

Matt

-

If you found this Answer addressed your original question, please take a moment to login and click "Accept" below the answer.