Performing: net group -l -U administrator -S apollo shows on the group names and no comments
If the -l switch is specified you need to do another rpc query to get the comment as it's not returned as part of the enum domain groups rpc.
Not fun. Enumdomgroups and enumalsgroups don't return comments, so a querydispinfo can be done for the domain groups, but the alias groups need to each have a separate queryaliasinfo call for each one. I'll get to it later.
Fixed. See http://lists.samba.org/pipermail/samba-cvs/2003-June/084758.html Volker
originally reported against 3.0alpha23. Bugzilla spring cleaning.
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.
database cleanup