ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010871ClearCenterapp-active-directory - Active Directory Connectorpublic2016-10-07 12:122018-10-30 19:47
Reporterdloper 
Assigned Touser2 
PrioritylowSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version7.2.0 Updates 
Target Version7.6.0 UpdatesFixed in Version7.4.0 Updates 
Summary0010871: Return wbinfo group information sorted.
DescriptionIn the branch development of the AD connector which is modified to return information from wbinfo instead of getent, results should return sorted for both group and user results even on lists of 1300 groups this doesn't cost much:
Additional InformationFor example:

$shell->execute(self::COMMAND_WBINFO, '-g');

Becomes:

$shell->execute(self::COMMAND_WBINFO, '-g | sort');

And:

$shell->execute(self::COMMAND_WBINFO, '-u');

Becomes:

$shell->execute(self::COMMAND_WBINFO, '-u | sort');

TagsNo tags attached.
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2016-10-07 12:12 dloper New Issue
2017-01-16 17:46 user2 Status new => confirmed
2017-01-16 17:46 user2 Target Version 7.2.0 Updates => 7.3.0 Updates
2017-04-24 20:56 user2 Status confirmed => resolved
2017-04-24 20:56 user2 Fixed in Version => 7.3.0 Updates
2017-04-24 20:56 user2 Resolution open => fixed
2017-04-24 20:56 user2 Assigned To => user2
2017-08-12 18:45 user2 Target Version 7.3.0 Updates => 7.4.0 Updates
2017-08-12 18:45 user2 Fixed in Version 7.3.0 Updates => 7.4.0 Updates
2018-07-16 12:59 user2 Target Version 7.4.0 Updates => 7.5.0 Updates
2018-10-30 19:47 user2 Target Version 7.5.0 Updates => 7.6.0 Updates