Use of proxyAddresses ldap attribute
Open
Nobody has claimed this yet.
1. to develop
enhancement
enterprise
- Dominant language
- JavaScript
- Stars
- 1k
- Forks
- 348
- Avg merge
- 12h 28m
- Merged PRs (30d)
- 91
Description
Is your feature request related to a problem? Please describe.
I try to set alias attribute to proxyAddresses on a AD but I cannot cuz for postfix I put smtp:toto@toto.fr and Mail keep the smtp:
mail: greg@toto.fr
proxyAddresses: smtp:dc.canva@toto.fr
proxyAddresses: smtp:gregory@toto.fr
proxyAddresses: smtp:test@toto.fr
Describe the solution you'd like
strip the smtp: from attribute to have these 3 aliases
For more agnostic setting, purposing a ldap filter like this : (proxyAddresses=smtp\3A%s) %s is the value
Describe alternatives you've considered
No response
Additional context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the LDAP or Active Directory attribute handling and the code that maps proxyAddresses into mail aliases. Check how existing LDAP filters and multi-valued attributes are processed, then verify that smtp: is removed or matched as proposed without changing unrelated attributes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- authentication, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100