~ubuntu-branches/debian/sid/kamailio/sid

« back to all changes in this revision

Viewing changes to modules/group/doc/group_admin.xml

  • Committer: Package Import Robot
  • Author(s): Victor Seva
  • Date: 2014-01-06 11:47:13 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140106114713-t8xidp4arzrnyeya
Tags: 4.1.1-1
* New upstream release
* debian/patches:
  - add upstream fixes
* Added tls outbound websocket autheph dnssec modules
  - openssl exception added to their license
* removing sparc and ia64 from supported archs
  for mono module (Closes: #728915)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
                        specific user belongs to a specific group.
28
28
                        </para>
29
29
                        <para>
30
 
                        There is no DB caching support, each check involving a DB query.
 
30
                        There is no DB caching support, which means that each check involves a DB query.
31
31
                        </para>
32
32
                </section>
33
33
                <section>
55
55
                        <itemizedlist>
56
56
                        <listitem>
57
57
                        <para>
58
 
                                A database module, like mysql, postgres or dbtext
 
58
                                A database module, like db_mysql, db_postgres or db_text
59
59
                        </para>
60
60
                        </listitem>
61
61
                        </itemizedlist>
79
79
 
80
80
        <section>
81
81
        <title>Parameters</title>
82
 
        <section>
 
82
        <section id="group.p.db_url">
83
83
                <title><varname>db_url</varname> (string)</title>
84
84
                <para>
85
85
                &url; of the database table to be used.
100
100
                </example>
101
101
        </section>
102
102
 
103
 
        <section>
 
103
        <section id="group.p.table">
104
104
                <title><varname>table</varname> (string)</title>
105
105
                <para>
106
106
                Name of the table holding strict definitions of groups and 
121
121
                </example>
122
122
        </section>
123
123
 
124
 
        <section>
 
124
        <section id="group.p.user_column">
125
125
                <title><varname>user_column</varname> (string)</title>
126
126
                <para>
127
127
                Name of the <quote>table</quote> column holding usernames.
141
141
                </example>
142
142
        </section>
143
143
 
144
 
        <section>
 
144
        <section id="group.p.domain_column">
145
145
                <title><varname>domain_column</varname> (string)</title>
146
146
                <para>
147
147
                Name of the <quote>table</quote> column holding domains.
161
161
                </example>
162
162
        </section>
163
163
 
164
 
        <section>
 
164
        <section id="group.p.group_column">
165
165
                <title><varname>group_column</varname> (string)</title>
166
166
                <para>
167
167
                Name of the <quote>table</quote> column holding group names.
181
181
                </example>
182
182
        </section>
183
183
 
184
 
        <section>
 
184
        <section id="group.p.use_domain">
185
185
                <title><varname>use_domain</varname> (integer)</title>
186
186
                <para>
187
187
                If enabled (set to a non zero value) then the domain will be used also used
203
203
                </example>
204
204
        </section>
205
205
 
206
 
        <section>
 
206
        <section id="group.p.re_table">
207
207
                <title><varname>re_table</varname> (string)</title>
208
208
                <para>
209
209
                Name of the table holding definitions for regular-expression 
225
225
                </example>
226
226
        </section>
227
227
 
228
 
        <section>
 
228
        <section id="group.p.re_exp_column">
229
229
                <title><varname>re_exp_column</varname> (string)</title>
230
230
                <para>
231
231
                Name of the <quote>re_table</quote> column holding the regular
237
237
                </emphasis>
238
238
                </para>
239
239
                <example>
240
 
                <title>Set <varname>reg_exp_column</varname> parameter</title>
 
240
                <title>Set <varname>re_exp_column</varname> parameter</title>
241
241
                <programlisting format="linespecific">
242
242
...
243
 
modparam("group", "reg_exp_column", "re")
 
243
modparam("group", "re_exp_column", "re")
244
244
...
245
245
</programlisting>
246
246
                </example>
266
266
                </example>
267
267
        </section>
268
268
 
269
 
        <section>
 
269
        <section id="group.p.multiple_gid">
270
270
                <title><varname>multiple_gid</varname> (integer)</title>
271
271
                <para>
272
272
                If enabled (non zero value) the regular-expression matching will
291
291
 
292
292
        <section>
293
293
        <title>Functions</title>
294
 
        <section>
 
294
        <section id="group.f.is_user_in">
295
295
                <title>
296
296
                <function moreinfo="none">is_user_in(URI, group)</function>
297
297
                </title>
346
346
                </example>
347
347
        </section>
348
348
 
349
 
        <section>
 
349
        <section id="group.f.get_user_group">
350
350
                <title>
351
351
                <function moreinfo="none">get_user_group(URI, AVP)</function>
352
352
                </title>