Skip to content

Commit

Permalink
uid_auth_db: docs - removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent 309c7b5 commit acfcbf3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions src/modules/uid_auth_db/auth_db.xml
Expand Up @@ -24,7 +24,7 @@
<para>
The <command>auth_db</command> module needs the
<serdoc:module>auth</serdoc:module> module and a database module such
as the <serdoc:module>mysql</serdoc:module> module.
as the <serdoc:module>mysql</serdoc:module> module.
</para>
</refsect1>

Expand Down Expand Up @@ -318,7 +318,7 @@
domain ID stored in the database should be considered when
loading credentials from the database. If it is changed to
<literal>yes</literal>, only those rows are loaded where the
domain ID in the column specified by the
domain ID in the column specified by the
<serdoc:modparam module="auth_db">did_column</serdoc:modparam>
parameter matches that determined from the domain in the
To header field.
Expand Down Expand Up @@ -378,7 +378,7 @@
parameter is set to <literal>yes</literal>. In this case, the
domain ID is taken from the <varname>$t.did</varname> attribute
if the method of the request is <varname>REGISTER</varname> or
<varname>$f.did</varname> otherwise.
<varname>$f.did</varname> otherwise.
</para>
<para>
If <serdoc:modparam module="auth_db">use_did</serdoc:modparam>
Expand Down
4 changes: 2 additions & 2 deletions src/modules/uid_auth_db/doc/functions.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">

<section id="auth_db.functions" xmlns:xi="http://www.w3.org/2001/XInclude">
Expand Down Expand Up @@ -58,7 +58,7 @@ if (www_authorize("iptel.org", "subscriber")) {
</programlisting>
</example>
</section>

<section id="proxy_authorize">
<title><function>proxy_authorize(realm, table)</function></title>
<para>
Expand Down
4 changes: 2 additions & 2 deletions src/modules/uid_auth_db/doc/params.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">

<section id="auth_db.parameters" xmlns:xi="http://www.w3.org/2001/XInclude">
Expand Down Expand Up @@ -28,7 +28,7 @@ modparam("auth_db", "db_url", "mysql://foo:bar@foobar.org/ser")
</programlisting>
</example>
</section>

<section id="user_column">
<title><varname>user_column</varname> (string)</title>
<para>
Expand Down
6 changes: 3 additions & 3 deletions src/modules/uid_auth_db/doc/uid_auth_db.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">

<book id="uid_auth_db" xmlns:xi="http://www.w3.org/2001/XInclude">
Expand Down Expand Up @@ -27,7 +27,7 @@
</copyright>
</bookinfo>
<toc></toc>

<chapter>
<title>Admin Guide</title>
<section id="uid_auth_db.overview">
Expand Down Expand Up @@ -68,7 +68,7 @@
</itemizedlist>
</para>
</section>

<xi:include href="params.xml"/>
<xi:include href="functions.xml"/>
</chapter>
Expand Down

0 comments on commit acfcbf3

Please sign in to comment.