hi here :grinning: I could not find any reference...
# troubleshoot
e
hi here 😀 I could not find any reference on the process to login via ldap configured in jaas.conf these are the things i've tried. I removed the user.prop file from the frontend image(v0.2.87) and added the jaas.conf file. jaas.conf
Copy code
WHZ-Authentication {
    com.sun.security.auth.module.LdapLoginModule required
    userProvider="ldap://{ldap_host}:{ldap_port}"
    authIdentity="cn=${0},ou=members,o=identitymaster"
    java.naming.security.authentication="simple"
    debug="true"
};
Then there was a problem that I could connect all ID and password I entered. I want to allow access only to IDs with ldap privileges. Any help would be appreciated. Thanks
e
Hi @enough-fish-5682 have you taken a look at the docs here? https://datahubproject.io/docs/authentication/guides/jaas/#custom-jaas-configuration
e
Hi ~ @echoing-airport-49548 thanks for the reply I already checked your link. I can log-in with any ID and password. Checking the link, I don't know if I should delete or keep user.prop to login via ldap jaas.conf. On other platforms(trino, zepplin ..), I use ldap login by setting it like the jaas.conf configuration. but.. in the current setting of Datahub all IDs and passwords are connected.