Member since
02-26-2019
2
Posts
2
Kudos Received
0
Solutions
07-03-2024
06:29 PM
1 Kudo
@MattWho Thank you, .. adding the username transformer did the trick. Had a guess that the transformer might be the case, but could not find upstream documentation on what to key to update when using USE_USERNAME
... View more
07-01-2024
03:26 AM
1 Kudo
Hi .. I have nifi running with ldap-user-group-provider integrated with AD. However, there are some usernames with mixed case sAMAccountName, lets say `sAMAccountName=Michael`. Logging into Nifi as `Michael` works (permission already given to an AD group which this user is a member of), but when logging into NiFi as `michael` or any username that does not match with the exact case, while the login is successful, i'm getting insufficient permission error. have tried to set group membership enforce case sensitivity to false, but seems like did not work, any steps I might have missed? and extract from authorizers.xml: <property name="Page Size">300</property> <property name="Group Membership - Enforce Case Sensitivity">false</property> <property name="Sync Interval">10 mins</property> <property name="User Search Base">DC=company,DC=org</property> <property name="User Search Scope">SUBTREE</property> <property name="User Identity Attribute">sAMAccountName</property> <property name="User Object Class">user</property> <property name="User Group Name Attribute">memberOf</property> <property name="Group Search Base">DC=company,DC=org</property> <property name="Group Name Attribute">name</property> <property name="Group Member Attribute">member</property> <property name="Group Object Class">group</property> <property name="Group Search Scope">SUBTREE</property> <property name="Group Search Filter"></property> An extract from login-identity-providers.xml <property name="User Search Base">DC=company,DC=org</property> <property name="User Search Filter">(sAMAccountName={0})</property> <property name="Identity Strategy">USE_USERNAME</property> <property name="Authentication Expiration">12 hours</property>
... View more
Labels:
- Labels:
-
Apache NiFi