I was trying to setup LDAP for datahub-frontend, I was able to configure using com.sun.security.auth.module.LdapLoginModule and also org.eclipse.jetty.server.server.plus.jaas.spi.LdapLoginModule but these modules doesn't have the option to get email, first name, and other user attributes, hence I cannot get the users list inside datahub-frontend so I'm not able to create groups.
Can anyone please tell how to get these user attributes or is there any Java module that can do this, please share the sample configuration if possible, thanks!