Skip to content

Commit

Permalink
auth_db: typos a/an
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 16, 2022
1 parent 0be9582 commit c92c396
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/modules/auth_db/doc/auth_db_admin.xml
Expand Up @@ -365,14 +365,14 @@ modparam("auth_db", "force_generate_avps", 1)
used to authenticate a previous request
</para></listitem>
<listitem><para>
<emphasis>-8 (authuser mismatch)</emphasis> - depending on the method, th
<emphasis>-8 (authuser mismatch)</emphasis> - depending on the method, the
From/To/RURI user does not match the authentication user (see auth_check() function).
</para></listitem>
</itemizedlist>
<para>Meaning of the parameters is as follows:</para>
<itemizedlist>
<listitem>
<para><emphasis>realm</emphasis> - Realm is a opaque string that
<para><emphasis>realm</emphasis> - Realm is an opaque string that
the user agent should present to the user so he can decide what
username and password to use. Usually this is domain of the host
the server is running on.
Expand Down Expand Up @@ -448,7 +448,7 @@ if (!www_authorize("kamailio.org", "subscriber")) {
<para>Meaning of the parameters is as follows:</para>
<itemizedlist>
<listitem>
<para><emphasis>realm</emphasis> - Realm is a opaque string that
<para><emphasis>realm</emphasis> - Realm is an opaque string that
the user agent should present to the user so he can decide what
username and password to use. Usually this is domain of the host
the server is running on.
Expand Down Expand Up @@ -518,7 +518,7 @@ if (!proxy_authorize("$fd", "subscriber)) {
<para>Meaning of the parameters is as follows:</para>
<itemizedlist>
<listitem>
<para><emphasis>realm</emphasis> - Realm is a opaque string that
<para><emphasis>realm</emphasis> - Realm is an opaque string that
the user agent should present to the user so he can decide what
username and password to use. Usually this is domain of the host
the server is running on.
Expand Down Expand Up @@ -587,7 +587,7 @@ if (!auth_check("$fd", "subscriber", "1")) {
</para>
<para>
In addition, if the subscriber record is found, then the load_credentials
attributes are loaded. An use case can be loading the credential attributes
attributes are loaded. A use case can be loading the credential attributes
for callee.
</para>
<para>Meaning of the parameters is as follows:</para>
Expand Down

0 comments on commit c92c396

Please sign in to comment.