Doc: add index for "AES256".
authorTatsuo Ishii <ishii@sraoss.co.jp>
Tue, 21 Feb 2023 08:25:20 +0000 (17:25 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Tue, 21 Feb 2023 08:28:12 +0000 (17:28 +0900)
Also fix previous commit for adding index ".pcppass" and "PCPPASSFILE".

doc.ja/src/sgml/client-auth.sgml
doc.ja/src/sgml/reference.sgml
doc/src/sgml/client-auth.sgml
doc/src/sgml/reference.sgml

index 62cad6a0feb10baad13175d0a6a0ffe29236a6b2..a639cc0da2a08f5c0734e852e44c40931f3e0a8e 100644 (file)
   </para>
   <para>
    <!--
-   You can instead store AES256 encrypted passwords, which will be used for authentication.
+   You can instead store <indexterm><primary>AES256</primary></indexterm> AES256 encrypted passwords, which will be used for authentication.
    The password is first encrypted using the AES256 encryption with the user provided key
    and then the encrypted password is <literal>base64</literal> encoded and
    an <literal>AES</literal> prefix is added to the encoded string.
    -->
-   代わりにAES256で暗号化されたパスワードを保存し認証に使用することができます。
-   パスワードは、最初にユーザが提供した鍵を使ってAES暗号で暗号化され、暗号化されたパスワードを<literal>base64</literal>でエンコードし、エンコードされた文字列の接頭に<literal>AES</literal>を追加します。
+   代わりに<indexterm><primary>AES256</primary></indexterm>AES256で暗号化されたパスワードを保存し認証に使用することができます。
+   パスワードは、最初にユーザが提供した鍵を使ってAES256暗号で暗号化され、暗号化されたパスワードを<literal>base64</literal>でエンコードし、エンコードされた文字列の接頭に<literal>AES</literal>を追加します。
    <note>
     <para>
      <!--
index 436e75acd4d5ae4b8d343f2e3a0373a8dc645c25..097cf0ed27c5a5b3e3824f12d2540126d29b600f 100644 (file)
@@ -94,7 +94,7 @@
      been specified for the pcp connection and the <literal>&#45;w/&#45;-no&#45;password</literal> option is given.
      See <xref linkend="PCP-COMMON-OPTIONS"> for more details.
      -->
-     PCP 接続時にパスワードが指定されなかった場合、<literal>-w/--no-password</literal>オプションを指定することにより、ユーザのホームディレクトリに配置された<indexterm><primary><filename>.pcppass</filename></primary></indexterm> ファイルか、環境変数 <indexterm><primary>PCPPASSFILE</primary></indexterm>で参照されるファイルに格納されたパスワードが使用可能です。
+     PCP 接続時にパスワードが指定されなかった場合、<literal>-w/--no-password</literal>オプションを指定することにより、ユーザのホームディレクトリに配置された<indexterm><primary>.pcppass</primary></indexterm><filename>.pcppass</filename>ファイルか、環境変数 <indexterm><primary>PCPPASSFILE</primary></indexterm>PCPPASSFILEで参照されるファイルに格納されたパスワードが使用可能です。
      詳細は<xref linkend="PCP-COMMON-OPTIONS">を参照してください。
     </para>
     <para>
index 3c44fcc3d052f363ef3461ffb77a74a64fc424ad..efcb8c4ee5c6871919f38c112520affeb4ff413b 100644 (file)
    is not a good idea.
   </para>
   <para>
-   You can instead store AES256 encrypted passwords, which will be used for authentication.
+   You can instead store <indexterm><primary>AES256</primary></indexterm> AES256 encrypted passwords, which will be used for authentication.
    The password is first encrypted using the AES256 encryption with the user provided key
    and then the encrypted password is <literal>base64</literal> encoded and
    an <literal>AES</literal> prefix is added to the encoded string.
index 34519af13a32081efed20696708fec6f4cab38c2..271f25b12da3c3b3aa34a63907e6a8a92221eb2b 100644 (file)
@@ -56,9 +56,9 @@
    <sect1 id="pcp-password-file">
     <title>PCP password file</title>
     <para>
-     The file <indexterm><primary><filename>.pcppass</filename></primary></indexterm> in a user's home
+     The file <indexterm><primary>.pcppass</primary></indexterm> <filename>.pcppass</filename> in a user's home
      directory or the file referenced by environment variable
-     <indexterm><primary>PCPPASSFILE</primary></indexterm> can contain passwords to be used if no password has
+     <indexterm><primary>PCPPASSFILE</primary></indexterm> PCPPASSFILE can contain passwords to be used if no password has
      been specified for the pcp connection and the <literal>-w/--no-password</literal> option is given.
      See <xref linkend="PCP-COMMON-OPTIONS"> for more details.
     </para>