Hi, I want to use ldap just for authentication and...
# ui
f
Hi, I want to use ldap just for authentication and while doing so I want to retrieve the user attributes(email, username etc) from ldap server, which module should I use in my jaas.conf? I used com.sun.security.auth.module.LdapLoginModule and also org.eclipse.jetty.server.server.plus.jaas.spi.LdapLoginModule but these modules doen't have the option to retrieve those user attributes. Can anyone please help and share the sample configuration if possible, thanks!
g
hey @faint-translator-23365 you can use the ldap source to sync your ldap profile metadata in batch: https://datahubproject.io/docs/generated/ingestion/sources/ldap/
f
In my organisation our ldap server doesn't support this, that's why I wanted to get user attributes through some ldap module from jaas.conf
g
Hmm I see… I don’t think that is currently supported.
f
Can't we add some java module to frontend repository which can supports this?