﻿ticket	summary	type	release	owner	status	created	modified	_description	_reporter
1818	Fix for problems with multiple unix groups	enhancement	0.10		new	2007-07-18T21:31:54+02:00	2015-04-22T19:50:46+02:00	"UnixGroupsPlugin as it is currently written is both extremely slow and non-functional on a server that is bound to a large domain. On my domain-bound Xserve, getgrall() from the grp library in python takes 6 seconds to complete and returns a 500kb list. On top of that, the list comparison to check which other groups the user is a member of fails to return anything.

I rewrote it to use subprocess (python2.4 and up) to run id, and use regular expressions to parse out the group names. I'll attach my version…"	techcon1@…
