ClearFoundation Tracker - ClearCenter
View Issue Details
0010871ClearCenterapp-active-directory - Active Directory Connectorpublic2016-10-07 12:122018-10-30 19:47
dloper 
user2 
lowminoralways
resolvedfixed 
7.2.0 Updates 
7.6.0 Updates7.4.0 Updates 
0010871: Return wbinfo group information sorted.
In 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:
For 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');

No tags attached.
Issue History
2016-10-07 12:12dloperNew Issue
2017-01-16 17:46user2Statusnew => confirmed
2017-01-16 17:46user2Target Version7.2.0 Updates => 7.3.0 Updates
2017-04-24 20:56user2Statusconfirmed => resolved
2017-04-24 20:56user2Fixed in Version => 7.3.0 Updates
2017-04-24 20:56user2Resolutionopen => fixed
2017-04-24 20:56user2Assigned To => user2
2017-08-12 18:45user2Target Version7.3.0 Updates => 7.4.0 Updates
2017-08-12 18:45user2Fixed in Version7.3.0 Updates => 7.4.0 Updates
2018-07-16 12:59user2Target Version7.4.0 Updates => 7.5.0 Updates
2018-10-30 19:47user2Target Version7.5.0 Updates => 7.6.0 Updates

There are no notes attached to this issue.