retrievercommunications / docker-jasperserver

Docker image for the community edition of JasperReports® Server.
https://hub.docker.com/r/retriever/jasperserver/
MIT License
46 stars 50 forks source link

ldap not working #45

Open irparajababu opened 2 years ago

irparajababu commented 2 years ago

After configuring the ldap I am trying to login with the ldap user, unable to log, I have followed the below process.

add the parameters in default_master.properties file external.ldapUrl=ldap://hostname:389/dc=test,dc=com external.ldapDn=cn=user,ou=test service,ou=test,dc=test,dc=com external.ldapPassword=***

after build the jasper application above parameters added in below file. js.externalAuth.properties

external.ldap.url=ldap://hostname:389/dc=test,dc=com external.ldap.username=cn=user,ou=test service,ou=test,dc=test,dc=com external.ldap.password=***

Is there anything I need to do for ldap, After I did this I am unable to login using ldap user.

grange74 commented 2 years ago

What do the logs say?

Also did you resolved https://github.com/retrievercommunications/docker-jasperserver/issues/44? if so please add comment to it, thanks.

irparajababu commented 2 years ago

Resolved the above ldap issues and find the solution in below link. https://community.jaspersoft.com/questions/818731/jasperserver-ldapactive-directory-integration-question