Bug 11498 - samba-tool user create: add option for user account's secondary mail addresses
Summary: samba-tool user create: add option for user account's secondary mail addresses
Status: NEW
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: Tools (show other bugs)
Version: unspecified
Hardware: All All
: P5 enhancement (vote)
Target Milestone: ---
Assignee: Samba QA Contact
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-06 21:00 UTC by Quirin Maier
Modified: 2022-08-12 00:15 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Quirin Maier 2015-09-06 21:00:33 UTC
We already can set user's primary mail address (with option --mail-address) on user account creation. Please add an option to set user's secondary mail addresses by adding proxyAddresses attribute per secondary mail address.

A corresponding ldif record would like like:

---
dn: CN=luckyluke,CN=Users,DC=domain,DC=tld
changetype: modify
add: proxyAddresses
proxyAddresses: smtp:lucky.luke@domain.tld
proxyAddresses: smtp:luke.lucky@domain.tld
---
Comment 1 Jelmer Vernooij 2015-09-06 21:13:49 UTC
It would probably make sense to just allow specifying the option for the e-mail address multiple times.
Comment 2 Douglas Bagnall 2022-08-12 00:15:35 UTC
Shifting to tools, where the other half of samba-tool's bugs live.

Maybe someone will notice it there.