Skip to content

LDAP issue for Dependency Track #1004

@rinkucool007

Description

@rinkucool007

Hi,
My Dependency Track site is running in docker container. I am trying setup LDAP in Dependency Track webapp. Below is the application.properties

alpine.ldap.enabled=true
alpine.ldap.server.url=ldap://ldapserver.example.com:3268
alpine.ldap.domain=example.com
alpine.ldap.basedn=dc=example,dc=com
alpine.ldap.security.auth=simple
alpine.ldap.bind.username=cn=admin,ou=XX,ou=Users,dc=exampleu,dc=example,dc=com
alpine.ldap.bind.password=secret
alpine.ldap.auth.username.format=%s
alpine.ldap.attribute.name=userPrincipalName
alpine.ldap.attribute.mail=

After restarting the container when I was trying to add LDAP user, I am getting “Syncing” and not able to add user in it.
Did anyone faces similar issue and fixed it. Appreciate your help.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions