mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[GH-ISSUE #927] [BUG] LDAP Property Mappings not propagated to LDAP Outpost #338
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#338
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mpaluch92 on GitHub (Jul 3, 2024).
Original GitHub issue: https://github.com/lldap/lldap/issues/927
Deployment Info
2024.6.0Describe the bug
LDAP Property Mappings (for example to set the object field
givennamebased on therequest.user.namefield) are not set in the LDAP Outpost.To Reproduce
Steps to reproduce the behavior:
Go to
Customization->Property Mappingsand create aLDAP Property Mapping. For example:extract_last_namesnPerform a query using
ldapsearch.See that the object field
snis not updated using the LDAP Property Mapping. However, testing the LDAP Property Mapping via GUI yields the correct value for the object fieldsn.Expected behavior
When defining LDAP Property Mappings, the LDAP Outpost should show the LDAP Property Mappings as well.
Additional context
The integration docs for Snipe-IT also tell us to define LDAP Property Mappings for LDAP-Synchronization to work in Snipe-IT. However, I am currently stuck at this progress and cannot integrate my users into Snipe-IT.
@mpaluch92 commented on GitHub (Jul 3, 2024):
Sorry, wrong repository 🤦