Re: Configure LDAP User & groups synchronize (NiFi 1.12.1)

2021-02-12 Thread Moncef Abboud
Hello Gaston, I see that you are using a wildcard in the "User Search Filter" property. AD doesn't support wildcards on "member" and "memberof" attributes and thus the ldap request to fetch users is returning an empty set. Hope this helps. Good luck. Moncef. Le ven. 12 févr. 2021 à 18:35, Mr.

Configure LDAP User & groups synchronize (NiFi 1.12.1)

2021-02-12 Thread Mr. Spock
Hi all! My name is Gaston and I'm a nifi newbie :) I'm triying to configure my nifi instance to authenticate users via ldap (MS AD) group membership. I've already secured my nifi instance. Also the authentication config is working, but only synchronizes LDAP groups. I've searched a lot, but still

Re: How to proper use DistributedCacheServer ?

2021-02-12 Thread Jorge Machado
Thanks to all ! I was thinking about hazelcast hashmap > On 12. Feb 2021, at 16:08, Chris Sampson wrote: > > I'm pretty sure they don't, you need to use an external implementation, such > as Redis. > > The DistributedMapCacheServer is a reference implementation but there are >

Re: How to proper use DistributedCacheServer ?

2021-02-12 Thread Chris Sampson
I'm pretty sure they don't, you need to use an external implementation, such as Redis. The DistributedMapCacheServer is a reference implementation but there are alternatives - see the list of available implementations in the "Distributed Cache Service" property of the PutDistributedMapCache

Re: How to proper use DistributedCacheServer ?

2021-02-12 Thread Bryan Bende
If you use the provided DMC client and server, then you have to point it at one of the servers (not local host), and it is single point of failure. There are other client implementations that use Redis, HBase, Couchbase, and maybe others. These can give you HA. On Fri, Feb 12, 2021 at 9:48 AM

How to proper use DistributedCacheServer ?

2021-02-12 Thread Jorge Machado
Hey everyone, Is there any documentation on how to use DistributedCacheServer ? Currently from what I see this is single point of failure or does it really sync the data between nodes ? I want to have something similar to zookeeper state but not in zookeeper because it needs to be