Skip to content

Commit

Permalink
uac: fix references in docs for AVPs
Browse files Browse the repository at this point in the history
  • Loading branch information
henningw committed Aug 9, 2019
1 parent c975878 commit a5360fa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/modules/uac/doc/uac_admin.xml
Expand Up @@ -326,9 +326,9 @@ modparam("uac","credential","username:domain:password")
<para><emphasis>
If you define it, you also need to define
<quote>auth_username_avp</quote>
(<xref linkend="uac.p.auth-username-avp-id"/>) and
(<xref linkend="uac.p.auth_username_avp"/>) and
<quote>auth_username_avp</quote>
(<xref linkend="uac.p.auth-password-avp-id"/>).
(<xref linkend="uac.p.auth_password_avp"/>).
</emphasis></para>
<example>
<title>Set <varname>auth_realm_avp</varname> parameter</title>
Expand All @@ -348,9 +348,9 @@ modparam("uac","auth_realm_avp","$avp(i:10)")
<para><emphasis>
If you define it, you also need to define
<quote>auth_realm_avp</quote>
(<xref linkend="uac.p.auth-realm-avp-id"/>) and
(<xref linkend="uac.p.auth_realm_avp"/>) and
<quote>auth_username_avp</quote>
(<xref linkend="uac.p.auth-password-avp-id"/>).
(<xref linkend="uac.p.auth_password_avp"/>).
</emphasis></para>
<example>
<title>Set <varname>auth_username_avp</varname> parameter</title>
Expand All @@ -370,9 +370,9 @@ modparam("uac","auth_username_avp","$avp(i:11)")
<para><emphasis>
If you define it, you also need to define
<quote>auth_password_avp</quote>
(<xref linkend="uac.p.auth-password-avp-id"/>) and
(<xref linkend="uac.p.auth_realm_avp"/>) and
<quote>auth_username_avp</quote>
(<xref linkend="uac.p.auth-password-avp-id"/>).
(<xref linkend="uac.p.auth_username_avp"/>).
</emphasis></para>
<example>
<title>Set <varname>auth_password_avp</varname> parameter</title>
Expand Down

0 comments on commit a5360fa

Please sign in to comment.