-
-
Notifications
You must be signed in to change notification settings - Fork 711
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested
