SQLGroupInfo

SQLGroupInfo

Name

SQLGroupInfo -- Configure the group table and fields that hold group information

Synopsis

SQLGroupInfo [ group-table group-name gid members]

Default

"groups groupname gid members"

Context

server config, ,

Module

mod_sql

Compatibility

1.2.5rc1 and later

Description

The SQLGroupInfo directive configures the group table and fields that hold group information. The parameters for this directive are described below:

  • grouptable

    Specifies the name of the table that holds group information.

  • groupname

    Specifies the field in the group table that holds the group name.

  • gid

    Specifies the field in the group table that holds the group's GID.

  • members

    Specifies the field in the group table that holds the group members.

If you need to change any of these field names from the default, you need to specify all of them.

espaceur


ceydric