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.
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.