ClearFoundation Tracker - ClearOS | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0007611 | ClearOS | app-samba-directory - Samba Directory | public | 2016-03-07 14:43 | 2018-10-30 18:28 |
Reporter | user2 | ||||
Assigned To | |||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | open | ||
Platform | OS | OS Version | |||
Product Version | 7.2.0 | ||||
Target Version | Fixed in Version | ||||
Summary | 0007611: Group listing issue | ||||
Description | We use samba directory. After switching to it, I noticed that /app/groups stopped working and did not show any groups, although it was possible to add new groups through it. By inspecting the code, I have found that in /usr/clearos/apps/samba_directory/libraries/Group_Manager_Driver.php, function _get_details_from_directory(), wbinfo -g output is used to filter out groups fetched from Samba AD. That is clearly wrong because non of the group names match, resulting in invalid list. My fix was simply to comment out lines 269-272: // if (! in_array($group_name, $valid_list)) { // $entry = $this->ldaph->next_entry($entry); // continue; // } | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2016-03-07 14:43 | user2 | New Issue | |||
2016-03-07 14:43 | user2 | Status | new => acknowledged | ||
2016-03-07 14:44 | user2 | Note Added: 0002781 | |||
2016-08-26 17:25 | user2 | Target Version | 7.2.0 Updates => | ||
2018-10-30 18:28 | user2 | Note Added: 0008351 | |||
2018-10-30 18:28 | user2 | Status | acknowledged => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|