Anonymous | Login | 2024-11-21 01:29 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 | ||||
0001352 | ClearOS | app-groups - Group Manager | public | 2013-09-27 11:52 | 2013-10-09 12:59 | ||||
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.5.0 Beta 2 | Fixed in Version | 6.5.0 Beta 2 | ||||||
Summary | 0001352: Cleanup and merge for Samba 4 support | ||||||||
Description | A few items in the "Group" app need attention for Samba 4 support: - Samba 4 has default groups with ridiculously long descriptions. Update the UI to handle it. - A generic Posix API (to detect overlapping groups in /etc/group) should be moved from the OpenLDAP driver to the generic Group_Engine API. It can be used by all drivers. - Cleanup a few hard-coded "openldap_directory" hacks | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | ||||||
|
Notes | |
(0001034) user2 2013-09-27 11:52 |
Source Code Changelog --------------------------------------------------- - Merge some generic Posix methods found in OpenLDAP Directory driver [tracker 0001352] File Changes --------------------------------------------------- Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=6535 [^] U webconfig/apps/groups/trunk/libraries/Group_Engine.php U webconfig/apps/groups/trunk/libraries/Group_Manager_Engine.php |
(0001035) user2 2013-09-27 11:53 |
Source Code Changelog --------------------------------------------------- - Handle long group descriptions in UI [tracker 0001352] File Changes --------------------------------------------------- Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=6536 [^] U webconfig/apps/groups/trunk/views/members.php |
(0001036) user2 2013-09-27 11:54 |
Source Code Changelog --------------------------------------------------- - Cleaned up hard-code openldap_directory references [tracker 0001352] File Changes --------------------------------------------------- Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=6537 [^] U webconfig/apps/groups/trunk/controllers/groups.php |