소스 검색

uac: fix another copy and paste error in docs

Henning Westerholt 6 년 전
부모
커밋
85994cda0a
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/modules/uac/doc/uac_admin.xml

+ 3 - 3
src/modules/uac/doc/uac_admin.xml

@@ -327,7 +327,7 @@ modparam("uac","credential","username:domain:password")
 				If you define it, you also need to define
 				<quote>auth_username_avp</quote>
 				(<xref linkend="uac.p.auth_username_avp"/>) and
-				<quote>auth_username_avp</quote>
+				<quote>auth_password_avp</quote>
 				(<xref linkend="uac.p.auth_password_avp"/>).
 			</emphasis></para>
 			<example>
@@ -349,7 +349,7 @@ modparam("uac","auth_realm_avp","$avp(i:10)")
 				If you define it, you also need to define
 				<quote>auth_realm_avp</quote>
 				(<xref linkend="uac.p.auth_realm_avp"/>) and
-				<quote>auth_username_avp</quote>
+				<quote>auth_password_avp</quote>
 				(<xref linkend="uac.p.auth_password_avp"/>).
 			</emphasis></para>
 			<example>
@@ -369,7 +369,7 @@ modparam("uac","auth_username_avp","$avp(i:11)")
 			</para>
 			<para><emphasis>
 				If you define it, you also need to define
-				<quote>auth_password_avp</quote>
+				<quote>auth_realm_avp</quote>
 				(<xref linkend="uac.p.auth_realm_avp"/>) and
 				<quote>auth_username_avp</quote>
 				(<xref linkend="uac.p.auth_username_avp"/>).