We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to get the LDAP integration towards an Active Directory working but I'm having issues with the Team to LDAP group mapping.
What works:
What doesn't work:
My config:
- ALPINE_LDAP_ENABLED=true - ALPINE_LDAP_SERVER_URL=ldaps://somedc.ourdomain.local:636 - ALPINE_LDAP_BASEDN=OU=Organization,DC=ourdomain,DC=local - ALPINE_LDAP_SECURITY_AUTH=simple - ALPINE_LDAP_BIND_USERNAME=CN=someserviceaccount,OU=Devops,OU=Service Accounts,OU=Organization,DC=ourdomain,DC=local - ALPINE_LDAP_BIND_PASSWORD=<redacted> - ALPINE_LDAP_AUTH_USERNAME_FORMAT=%[email protected] - ALPINE_LDAP_ATTRIBUTE_NAME=userPrincipalName - ALPINE_LDAP_ATTRIBUTE_MAIL=mail - ALPINE_LDAP_GROUPS_FILTER=(&(objectClass=group)(objectCategory=Group)) - ALPINE_LDAP_USER_GROUPS_FILTER=(&(objectClass=group)(objectCategory=Group)(member={USER_DN})) - ALPINE_LDAP_GROUPS_SEARCH_FILTER=(&(objectClass=group)(objectCategory=Group)(cn=*{SEARCH_TERM}*)) - ALPINE_LDAP_USERS_SEARCH_FILTER=(&(objectClass=user)(objectCategory=Person)(cn=*{SEARCH_TERM}*)) - ALPINE_LDAP_USER_PROVISIONING=yes - ALPINE_LDAP_TEAM_SYNCHRONIZATION=yes
What I've tried
ALPINE_LDAP_SERVER_URL
3269
ALPINE_LDAP_USER_GROUPS_FILTER
(member:1.2.840.113556.1.4.1941:={USER_DN})
Result: User is authenticated successfully but gets a 403 forbidden since the user is not a member of any team.
User is added to the Portfolio Managers.
4.12.2
Container Image
PostgreSQL
14
Mozilla Firefox
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current Behavior
I'm trying to get the LDAP integration towards an Active Directory working but I'm having issues with the Team to LDAP group mapping.
What works:
What doesn't work:
My config:
What I've tried
ALPINE_LDAP_SERVER_URL
port to3269
(we're using LDAPS)ALPINE_LDAP_USER_GROUPS_FILTER
to(member:1.2.840.113556.1.4.1941:={USER_DN})
Steps to Reproduce
Result: User is authenticated successfully but gets a 403 forbidden since the user is not a member of any team.
Expected Behavior
User is added to the Portfolio Managers.
Dependency-Track Version
4.12.2
Dependency-Track Distribution
Container Image
Database Server
PostgreSQL
Database Server Version
14
Browser
Mozilla Firefox
Checklist
The text was updated successfully, but these errors were encountered: