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:27:45 +0000 (17:27 +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 921e58d27ee4dcd533624ed35bbe6f681d6a6385..ab5bde966cdbb05e1d12e173203e0ab0e5a4d0c1 100644 (file)
@@ -1650,13 +1650,13 @@ LDAPはDNの異なる構成要素を区別するため往々にしてコンマ
   </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 98999052a12d60193df1ebdd27e7cc723e11e4a4..c8c643b6ab8de51131a7bbf6bbc56d7b1e3f11f6 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 c154060ae0a8a6fce5bcc6700582307d8fa7d5e6..92b3729d2c6f0371bd9f50d039837153d1dd669d 100644 (file)
@@ -1182,7 +1182,7 @@ host ... ldap ldapbasedn="dc=example,dc=net"
    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 34665647a836277068a537f1e368cce97b376157..c32a8f321d7d851f7f677f13fe9b06b29eda1946 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>