LDAP issue for Dependency Track #1005
rinkucool007
started this conversation in
General
Replies: 2 comments 4 replies
-
|
Related and possible duplicate of #983 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
That looks like a partial/incomplete configuration. See https://docs.dependencytrack.org/getting-started/ldap-configuration/ for examples of tested configurations against supported LDAP providers. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions