Bug 40109 - Allow SMTP auth via username
Allow SMTP auth via username
Status: RESOLVED DUPLICATE of bug 37814
Product: UCS
Classification: Unclassified
Component: Mail
STABLE
Other Linux
: P5 enhancement (vote)
: ---
Assigned To: Mail maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2015-11-26 10:28 CET by Jens Thorp-Hansen
Modified: 2015-11-26 12:54 CET (History)
2 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jens Thorp-Hansen univentionstaff 2015-11-26 10:28:12 CET
The SMTP AUTH LDAP filter atm is: 

(&(mailPrimaryAddress=$SMTP_AUTH_USERNAME)(uid=*))

could a faulty insertion of a uid instead of a mailadress be intercepted if the filter is extended to:

(&(|(mailPrimaryAddress=$SMTP_AUTH_USERNAME)(uid=$SMTP_AUTH_USERNAME))(uid=*))
Comment 1 Jens Thorp-Hansen univentionstaff 2015-11-26 10:38:33 CET
Ticket: 2015112621000131
Comment 2 Sönke Schwardt-Krummrich univentionstaff 2015-11-26 12:54:45 CET

*** This bug has been marked as a duplicate of bug 37814 ***