Ignore:
Timestamp:
04/10/2006 06:38:22 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
977061b0
Parents:
0e2aa08
Message:

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #7

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5835 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/heimdal.xml

    r0e2aa08 r3597eb6  
    105105      and the KDC server is more than 5 minutes.</para>
    106106    </note>
     107
     108    <para condition="html" role="usernotes">User Notes:
     109    <ulink url="&blfs-wiki;/heimdal"/></para>
    107110
    108111  </sect2>
     
    308311
    309312[libdefaults]
    310     default_realm = <replaceable>[EXAMPLE.COM]</replaceable>
     313    default_realm = <replaceable>&lt;EXAMPLE.COM&gt;</replaceable>
    311314    encrypt = true
    312315
    313316[realms]
    314     <replaceable>[EXAMPLE.COM]</replaceable> = {
    315         kdc = <replaceable>[hostname.example.com]</replaceable>
    316         admin_server = <replaceable>[hostname.example.com]</replaceable>
    317         kpasswd_server = <replaceable>[hostname.example.com]</replaceable>
     317    <replaceable>&lt;EXAMPLE.COM&gt;</replaceable> = {
     318        kdc = <replaceable>&lt;hostname.example.com&gt;</replaceable>
     319        admin_server = <replaceable>&lt;hostname.example.com&gt;</replaceable>
     320        kpasswd_server = <replaceable>&lt;hostname.example.com&gt;</replaceable>
    318321    }
    319322
    320323[domain_realm]
    321     .<replaceable>[example.com]</replaceable> = <replaceable>[EXAMPLE.COM]</replaceable>
     324    .<replaceable>&lt;example.com&gt;</replaceable> = <replaceable>&lt;EXAMPLE.COM&gt;</replaceable>
    322325
    323326[logging]
     
    331334
    332335        <para>You will need to substitute your domain and proper hostname
    333         for the occurrences of the <replaceable>[hostname]</replaceable>
    334         and <replaceable>[EXAMPLE.COM]</replaceable> names.</para>
     336        for the occurrences of the <replaceable>&lt;hostname&gt;</replaceable>
     337        and <replaceable>&lt;EXAMPLE.COM&gt;</replaceable> names.</para>
    335338
    336339        <para><option>default_realm</option> should be the name of your
     
    372375        statement:</para>
    373376
    374 <screen role="root"><userinput>init <replaceable>[EXAMPLE.COM]</replaceable></userinput></screen>
     377<screen role="root"><userinput>init <replaceable>&lt;EXAMPLE.COM&gt;</replaceable></userinput></screen>
    375378
    376379        <para>The database must now be populated with at least one principle
     
    379382        statement:</para>
    380383
    381 <screen role="root"><userinput>add <replaceable>[loginname]</replaceable></userinput></screen>
     384<screen role="root"><userinput>add <replaceable>&lt;loginname&gt;</replaceable></userinput></screen>
    382385
    383386        <para>The KDC server and any machine running kerberized
    384387        server daemons must have a host key installed:</para>
    385388
    386 <screen role="root"><userinput>add --random-key host/<replaceable>[hostname.example.com]</replaceable></userinput></screen>
     389<screen role="root"><userinput>add --random-key host/<replaceable>&lt;hostname.example.com&gt;</replaceable></userinput></screen>
    387390
    388391        <para>After choosing the defaults when prompted, you will have to
    389392        export the data to a keytab file:</para>
    390393
    391 <screen role="root"><userinput>ext host/<replaceable>[hostname.example.com]</replaceable></userinput></screen>
     394<screen role="root"><userinput>ext host/<replaceable>&lt;hostname.example.com&gt;</replaceable></userinput></screen>
    392395
    393396        <para>This should have created two files in
     
    402405        way you created the host principles. Below is an example:</para>
    403406
    404 <screen role="root"><userinput>add --random-key ftp/<replaceable>[hostname.example.com]</replaceable></userinput></screen>
     407<screen role="root"><userinput>add --random-key ftp/<replaceable>&lt;hostname.example.com&gt;</replaceable></userinput></screen>
    405408
    406409        <para>(choose the defaults)</para>
    407410
    408 <screen role="root"><userinput>ext ftp/<replaceable>[hostname.example.com]</replaceable></userinput></screen>
     411<screen role="root"><userinput>ext ftp/<replaceable>&lt;hostname.example.com&gt;</replaceable></userinput></screen>
    409412
    410413        <para>Exit the <command>kadmin</command> program (use
     
    418421        the following command:</para>
    419422
    420 <screen><userinput>kinit <replaceable>[loginname]</replaceable></userinput></screen>
     423<screen><userinput>kinit <replaceable>&lt;loginname&gt;</replaceable></userinput></screen>
    421424
    422425        <para>You will be prompted for the password you created. After you get
     
    477480        unused port number. Add an entry to the <filename>services</filename>
    478481        file similar to the entry below (substitute your chosen port number
    479         for <replaceable>[49150]</replaceable>):</para>
    480 
    481 <screen><literal>kx              <replaceable>[49150]</replaceable>/tcp   # Heimdal kerberos X
    482 kx              <replaceable>[49150]</replaceable>/udp   # Heimdal kerberos X</literal></screen>
     482        for <replaceable>&lt;49150&gt;</replaceable>):</para>
     483
     484<screen><literal>kx              <replaceable>&lt;49150&gt;</replaceable>/tcp   # Heimdal kerberos X
     485kx              <replaceable>&lt;49150&gt;</replaceable>/udp   # Heimdal kerberos X</literal></screen>
    483486
    484487        <para>For additional information consult <ulink
     
    508511        telnet, telnetd, tenletxr, truncate-log, verify_krb5_conf
    509512        and xnlock</seg>
    510         <seg>libasn1.[so,a], libeditline.[so,a], libgssapi.[so,a],
    511         libhdb.[so,a], libkadm5clnt.[so,a], libkadm5srv.[so,a], libkafs.[so,a],
    512         libkrb5.[so,a], libotp.[so,a], libroken.[so,a], libsl.[so,a]
    513         and libss.[so,a]</seg>
     513        <seg>libasn1.{so,a}, libeditline.{so,a}, libgssapi.{so,a},
     514        libhdb.{so,a}, libkadm5clnt.{so,a}, libkadm5srv.{so,a}, libkafs.{so,a},
     515        libkrb5.{so,a}, libotp.{so,a}, libroken.{so,a}, libsl.{so,a}
     516        and libss.{so,a}</seg>
    514517        <seg>/etc/heimdal, /usr/include/kadm5,
    515518        /usr/share/doc/heimdal-&heimdal-version; and /var/lib/heimdal</seg>
     
    975978
    976979      <varlistentry id="libasn1">
    977         <term><filename class='libraryfile'>libasn1.[so,a]</filename></term>
     980        <term><filename class='libraryfile'>libasn1.{so,a}</filename></term>
    978981        <listitem>
    979982          <para>provides the ASN.1 and DER functions to encode and decode
    980983          the Kerberos TGTs.</para>
    981984          <indexterm zone="heimdal libasn1">
    982             <primary sortas="c-libasn1">libasn1.[so,a]</primary>
     985            <primary sortas="c-libasn1">libasn1.{so,a}</primary>
    983986          </indexterm>
    984987        </listitem>
     
    996999
    9971000      <varlistentry id="libgssapi">
    998         <term><filename class='libraryfile'>libgssapi.[so,a]</filename></term>
     1001        <term><filename class='libraryfile'>libgssapi.{so,a}</filename></term>
    9991002        <listitem>
    10001003          <para>contain the Generic Security Service Application Programming
     
    10041007          portability of applications to different environments.</para>
    10051008          <indexterm zone="heimdal libgssapi">
    1006             <primary sortas="c-libgssapi">libgssapi.[so,a]</primary>
     1009            <primary sortas="c-libgssapi">libgssapi.{so,a}</primary>
    10071010          </indexterm>
    10081011        </listitem>
     
    10101013
    10111014      <varlistentry id="libhdb">
    1012         <term><filename class='libraryfile'>libhdb.[so,a]</filename></term>
     1015        <term><filename class='libraryfile'>libhdb.{so,a}</filename></term>
    10131016        <listitem>
    10141017          <para>is a <application>Heimdal</application> Kerberos 5
    10151018          authentication/authorization database access library.</para>
    10161019          <indexterm zone="heimdal libhdb">
    1017             <primary sortas="c-libhdb">libhdb.[so,a]</primary>
     1020            <primary sortas="c-libhdb">libhdb.{so,a}</primary>
    10181021          </indexterm>
    10191022        </listitem>
     
    10211024
    10221025      <varlistentry id="libkadm5clnt">
    1023         <term><filename class='libraryfile'>libkadm5clnt.[so,a]</filename></term>
     1026        <term><filename class='libraryfile'>libkadm5clnt.{so,a}</filename></term>
    10241027        <listitem>
    10251028          <para>contains the administrative authentication and password
    10261029          checking functions required by Kerberos 5 client-side programs.</para>
    10271030          <indexterm zone="heimdal libkadm5clnt">
    1028             <primary sortas="c-libkadm5clnt">libkadm5clnt.[so,a]</primary>
     1031            <primary sortas="c-libkadm5clnt">libkadm5clnt.{so,a}</primary>
    10291032          </indexterm>
    10301033        </listitem>
     
    10321035
    10331036      <varlistentry id="libkadm5srv">
    1034         <term><filename class='libraryfile'>libkadm5srv.[so,a]</filename></term>
     1037        <term><filename class='libraryfile'>libkadm5srv.{so,a}</filename></term>
    10351038        <listitem>
    10361039          <para>contain the administrative authentication and password
    10371040          checking functions required by Kerberos 5 servers.</para>
    10381041          <indexterm zone="heimdal libkadm5srv">
    1039             <primary sortas="c-libkadm5srv">libkadm5srv.[so,a]</primary>
     1042            <primary sortas="c-libkadm5srv">libkadm5srv.{so,a}</primary>
    10401043          </indexterm>
    10411044        </listitem>
     
    10431046
    10441047      <varlistentry id="libkafs">
    1045         <term><filename class='libraryfile'>libkafs.[so,a]</filename></term>
     1048        <term><filename class='libraryfile'>libkafs.{so,a}</filename></term>
    10461049        <listitem>
    10471050          <para>contains the functions required to authenticated to AFS.</para>
    10481051          <indexterm zone="heimdal libkafs">
    1049             <primary sortas="c-libkafs">libkafs.[so,a]</primary>
     1052            <primary sortas="c-libkafs">libkafs.{so,a}</primary>
    10501053          </indexterm>
    10511054        </listitem>
     
    10531056
    10541057      <varlistentry id="libkrb5">
    1055         <term><filename class='libraryfile'>libkrb5.[so,a]</filename></term>
     1058        <term><filename class='libraryfile'>libkrb5.{so,a}</filename></term>
    10561059        <listitem>
    10571060          <para>is an all-purpose Kerberos 5 library.</para>
    10581061          <indexterm zone="heimdal libkrb5">
    1059             <primary sortas="c-libkrb5">libkrb5.[so,a]</primary>
     1062            <primary sortas="c-libkrb5">libkrb5.{so,a}</primary>
    10601063          </indexterm>
    10611064        </listitem>
     
    10631066
    10641067      <varlistentry id="libotp">
    1065         <term><filename class='libraryfile'>libotp.[so,a]</filename></term>
     1068        <term><filename class='libraryfile'>libotp.{so,a}</filename></term>
    10661069        <listitem>
    10671070          <para>contains the functions required to handle authenticating
    10681071          one time passwords.</para>
    10691072          <indexterm zone="heimdal libotp">
    1070             <primary sortas="c-libotp">libotp.[so,a]</primary>
     1073            <primary sortas="c-libotp">libotp.{so,a}</primary>
    10711074          </indexterm>
    10721075        </listitem>
     
    10741077
    10751078      <varlistentry id="libroken">
    1076         <term><filename class='libraryfile'>libroken.[so,a]</filename></term>
     1079        <term><filename class='libraryfile'>libroken.{so,a}</filename></term>
    10771080        <listitem>
    10781081          <para>is a library containing Kerberos 5 compatibility
    10791082          functions.</para>
    10801083          <indexterm zone="heimdal libroken">
    1081             <primary sortas="c-libroken">libroken.[so,a]</primary>
     1084            <primary sortas="c-libroken">libroken.{so,a}</primary>
    10821085          </indexterm>
    10831086        </listitem>
Note: See TracChangeset for help on using the changeset viewer.