Anonymous | Login | 2024-11-21 05:09 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001205 | ClearOS | app-mail-extension - Mail Extension | public | 2013-06-28 10:52 | 2013-08-22 16:16 | ||||
Reporter | user2 | ||||||||
Assigned To | user2 | ||||||||
Priority | normal | Severity | feature | Reproducibility | N/A | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | 6.4.0 Updates | Fixed in Version | 6.4.0 Updates | ||||||
Summary | 0001205: Add support for read/write mode on the mail attribute - command line only / experimental | ||||||||
Description | By default, the mail attribute in the mail extension is set to "username@domain" and is read-only webconfig. We have had some requests to make the mail attribute a read/write field so that alternative defaults could be used. | ||||||||
Additional Information | At a basic level, this can be accomplished by simply flipping the flag in a LDAP attribute definition (deploy/user_map.php). This flag has been exposed via the /etc/clearos/mail_extension.conf configuration file: $mail_visibility = 'read_write'; At this stage, there's no sanity checking for username/group/alias conflicts, so the administrator needs to be aware of this. For example, an administrator could specify the mail address sales@domain even with the group "sales" (with the "distribution list" attribute set) exists. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0000907) user2 2013-06-28 10:53 |
Source Code Changelog --------------------------------------------------- - Added read/write support for mail attribute [tracker 0001205] File Changes --------------------------------------------------- Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=6156 [^] U webconfig/apps/mail_extension/trunk/deploy/info.php U webconfig/apps/mail_extension/trunk/deploy/user_map.php U webconfig/apps/mail_extension/trunk/libraries/OpenLDAP_User_Extension.php U webconfig/apps/mail_extension/trunk/packaging/app-mail-extension.spec A webconfig/apps/mail_extension/trunk/packaging/mail_extension.conf |