Hello guys, anyone here worked with AD & LDAP with Datahub logins? Then RBAC
m
modern-artist-55754
08/01/2022, 6:48 AM
@fierce-monkey-46092 we do have AD login and AD groups/users ingested into datahub, we haven’t tied the groups/users to roles/privileges yet but i assume it shouldn’t be hard.
f
fierce-monkey-46092
08/02/2022, 8:26 AM
@modern-artist-55754 Good day sir, I ingested all AD users to datahub frontend. But Currently I'm not able to login with LDAP.
fierce-monkey-46092
08/02/2022, 8:31 AM
@modern-artist-55754 below configuration is my jaas.conf file.
WHZ-Authentication {
com.sun.security.auth.module.LdapLoginModule sufficient
userProvider="ldap://192.168.1.1:389/DC=company,DC=local"
authIdentity="{USERNAME}"
userFilter="(&(objectClass=person)(sAMAccountName={USERNAME}))"
java.naming.security.authentication="simple"
debug="true"
useSSL="false";
};
n
numerous-carpet-60258
07/07/2023, 12:07 PM
Good day @fierce-monkey-46092 did you succeed in doing the setup? Could you show me the configuration that worked and where do I ingest users?
f
fierce-monkey-46092
07/10/2023, 10:10 AM
hello @numerous-carpet-60258, yes i’ve configured LDAP and ingested users into Datahub. But currently I’m on a vacation, so i will not be able to show you the config for a while.