Re: CRON issue in NIFI

2020-01-29 Thread KhajaAsmath Mohammed
I have used the below expression to match PST and it didn't run. I am not sure what is making wrong. 0 10 11 ? * * Thanks, Asmath On Mon, Jan 13, 2020 at 8:20 PM Boris Tyukin wrote: > note this is quartz cron syntax which is different from standard cron. > This is a handy quartz cron calculator

Can Nifi authenticate and authorize using 389DS?

2020-01-29 Thread Dan Stromberg
Hi folks. The subject pretty much says it. But here it is again: Can Apache Nifi authenticate and authorize using Redhat (IBM) 389 Directory Server? I know it /should/ work - my question is "does it?" Alternatively, I'll ask: Is anyone combining these two today? If so, are they "playing nicely

Re: Can Nifi authenticate and authorize using 389DS?

2020-01-29 Thread Andrew Grande
It should work, as it is the LDAP implementation, but not sure it was tested explicitly with this one. Authorization is local, however, one doesn't put application-specific policies into LDAP as a best practice. Instead, NiFi manages its policies. On Wed, Jan 29, 2020, 12:32 PM Dan Stromberg wro