table of contents
smt_smb_ra_support.conf(5) | File Formats Manual | smt_smb_ra_support.conf(5) |
NAME¶
smt_smb_ra_support.conf - The configuration file for the Samba Management using WBEM technologies.
SYNOPSIS¶
The smt_smb_ra_support.conf file is used to configure the WBEM-SMT instrumentation components. It defines several configuration parameters that are required to run the CMPI provider correctly.
DESCRIPTION¶
This configuration file is used to define some variables used for the WBEM-SMT Samba Instrumentation. The providers will pick up the values from this file and process according to these settings.
FILE FORMAT¶
The file is used in the ini-style format. Which means to set a configuration parameter you have to specify a name value pair like
<name> = <value>
where name is a known configuration parameter and value a valid value for the configuration parameter.
Is a line starting with # then the line is used as a comment. Empty lines are totally ignored from any processing.
ERROR HANDLING¶
If an attribute name is not known, it will be ignored from any
further processing.
Misspelled values or values which are exceeding the values ranges will
automatically be replaced by the attributes default value.
CONFIGURATION PARAMETERS¶
- smbconf
- The smbconf attribute is used to define the location and the name of the
samba configuration file.
The default is '/etc/samba/smb.conf'
- scriptdir
- The scriptdir attribute is used to define the directory where several
scripts are located. These are used by the resource access layer.
The default is '/usr/share/sblim-cmpi-samba'
- defaults
- The defaults attribute is used to define the location and the name of the
file which contains the default values for all samba properties. This file
will be created during the startup of the instrumentation.
The default is '/etc/smt_smb_ra_defaults.conf' - synonyms
- The synonyms attribute is used to define the location and the name of the
file which includes the synonym names for several samba properties.
The default is '/etc/smt_smb_ra_synonyms.conf' - groupmap
- The groupmap attribute is used to define the location and the name of the
group map database.
The default is '/var/lib/samba/group_mapping.tdb' - cacheinterval
- The cacheinterval attribute is used to define an interval when the cache
of the resource access layer will be flushed to the configuration file. A
value of '0' will disable the caching.
The default is '10'
AUTHOR¶
The initial man page has been written by Wolfgang Taphorn <taphorn@de.ibm.com>
To report weird behavior and bugs or suggestions and help contact the sblim project by sending email to the sblim-devel mailing list at sblim-devel@lists.sourceforge.net.
October 2007 | 1.0 |