1smt_smb_ra_support.conf(5)    File Formats Manual   smt_smb_ra_support.conf(5)
2
3
4

NAME

6       smt_smb_ra_support.conf  - The configuration file for the Samba Manage‐
7       ment using WBEM technologies.
8
9

SYNOPSIS

11       The smt_smb_ra_support.conf file is  used  to  configure  the  WBEM-SMT
12       instrumentation components. It defines several configuration parameters
13       that are required to run the CMPI provider correctly.
14
15

DESCRIPTION

17       This configuration file is used to define some variables used  for  the
18       WBEM-SMT  Samba  Instrumentation. The providers will pick up the values
19       from this file and process according to these settings.
20
21

FILE FORMAT

23       The file is used in the ini-style format. Which means to set a configu‐
24       ration parameter you have to specify a name value pair like
25
26
27       <name> = <value>
28
29
30       where  name  is a known configuration parameter and value a valid value
31       for the configuration parameter.
32
33
34       Is a line starting with # then the line is used  as  a  comment.  Empty
35       lines are totally ignored from any processing.
36
37

ERROR HANDLING

39       If  an attribute name is not known, it will be ignored from any further
40       processing.
41       Misspelled values or values which are exceeding the values ranges  will
42       automatically be replaced by the attributes default value.
43
44

CONFIGURATION PARAMETERS

46       smbconf
47              The  smbconf  attribute  is  used to define the location and the
48              name of the samba configuration file.
49              The default is '/etc/samba/smb.conf'
50
51       scriptdir
52              The scriptdir attribute is used to define  the  directory  where
53              several  scripts  are  located.  These  are used by the resource
54              access layer.
55              The default is '/usr/share/sblim-cmpi-samba'
56
57       defaults
58              The defaults attribute is used to define the  location  and  the
59              name of the file which contains the default values for all samba
60              properties. This file will be created during the startup of  the
61              instrumentation.
62              The default is '/etc/smt_smb_ra_defaults.conf'
63
64       synonyms
65              The  synonyms  attribute  is used to define the location and the
66              name of the file which includes the synonym  names  for  several
67              samba properties.
68              The default is '/etc/smt_smb_ra_synonyms.conf'
69
70       groupmap
71              The  groupmap  attribute  is used to define the location and the
72              name of the group map database.
73              The default is '/var/lib/samba/group_mapping.tdb'
74
75       cacheinterval
76              The cacheinterval attribute is used to define an  interval  when
77              the  cache  of  the resource access layer will be flushed to the
78              configuration file. A value of '0' will disable the caching.
79              The default is '10'
80

AUTHOR

82       The  initial  man  page  has   been   written   by   Wolfgang   Taphorn
83       <taphorn@de.ibm.com>
84
85
86       To  report  weird behavior and bugs or suggestions and help contact the
87       sblim project by sending email  to  the  sblim-devel  mailing  list  at
88       sblim-devel@lists.sourceforge.net.
89
90
91
921.0                              October 2007       smt_smb_ra_support.conf(5)
Impressum