Skip to content

ldap not working #45

Description

@irparajababu

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions