
Module: mod_groups
Author: Brian Wotring (brian@shmoo.com)



DESCRIPTION:

The mod_groups module obtains a listing of local groups and stores data
related to each group into a scan record.  This module stores its data
as text so the comparison is done via base string compare.  The format
of the record structure is:

on windows:

    name:<value>;

on UNIX:

    name:passwd:gid


USE:

To use this module, all  that is needed is to include it in the System
block of a scan configuration, e.g.:

    <System>
    ...
    Include mod_groups
    ...
    </System>


PARAMETERS:

There are no parameters for this module.

PLATFORMS:
    
Currently, this module is implemented for Windows, FreeBSD, OpenBSD,
Linux, Solaris, and Mac OS X.

NOTES:



