Ignore:
Timestamp:
04/29/2004 05:38:12 PM (20 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cc75bcec
Parents:
9656495
Message:

various heimdal fixes (more to come)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/heimdal/heimdal-config.xml

    r9656495 r619dd53  
    88<sect3><title>Configuration Information</title>
    99
     10<sect4><title>Master KDC Server Configuration</title>
     11
    1012<para>
    1113Create the Kerberos configuration file with the following command:
    1214</para>
    1315
    14 <screen><userinput><command>cat > /etc/heimdal/krb5.conf << "EOF"</command>
     16<screen><userinput><command>mkdir /etc/heimdal &amp;&amp;
     17cat > /etc/heimdal/krb5.conf << "EOF"</command>
    1518# Begin /etc/heimdal/krb5.conf
    1619       
    1720[libdefaults]
    18     default_realm = LFS.ORG
     21    default_realm = <replaceable>[LFS.ORG]</replaceable>
    1922    encrypt = true
    2023
    2124[realms]
    22     LFS.ORG = {
    23         kdc = belgarath.lfs.org
    24         admin_server = belgarath.lfs.org
     25    <replaceable>[LFS.ORG]</replaceable> = {
     26        kdc = <replaceable>[belgarath.lfs.org]</replaceable>
     27        admin_server = <replaceable>[belgarath.lfs.org]</replaceable>
    2528    }
    2629
    2730[domain_realm]
    28     .lfs.org = LFS.ORG
     31    .<replaceable>[lfs.org]</replaceable> = <replaceable>[LFS.ORG]</replaceable>
    2932
    3033[logging]
     
    8285</para>
    8386
    84 <screen><userinput><command>init LFS.ORG</command></userinput></screen>
     87<screen><userinput><command>init <replaceable>[LFS.ORG]</replaceable></command></userinput></screen>
    8588
    8689<para>
     
    8992</para>
    9093
    91 <screen><userinput><command>add loginname</command></userinput></screen>
     94<screen><userinput><command>add <replaceable>[loginname]</replaceable></command></userinput></screen>
    9295
    9396<para>
     
    9699</para>
    97100
    98 <screen><userinput><command>add --random-key host/belgarath.lfs.org</command></userinput></screen>
     101<screen><userinput><command>add --random-key host/<replaceable>[belgarath.lfs.org]</replaceable></command></userinput></screen>
    99102
    100103<para>
     
    103106</para>
    104107
    105 <screen><userinput><command>ext host/belgarath.lfs.org</command></userinput></screen>
     108<screen><userinput><command>ext host/<replaceable>[belgarath.lfs.org]</replaceable></command></userinput></screen>
    106109
    107110<para>
     
    120123</para>
    121124
    122 <screen><userinput><command>add --random-key ftp/belgarath.lfs.org</command></userinput></screen>
     125<screen><userinput><command>add --random-key ftp/<replaceable>[belgarath.lfs.org]</replaceable></command></userinput></screen>
    123126
    124127<para>
     
    126129</para>
    127130
    128 <screen><userinput><command>ext ftp/belgarath.lfs.org</command></userinput></screen>
     131<screen><userinput><command>ext ftp/<replaceable>[belgarath.lfs.org]</replaceable></command></userinput></screen>
    129132
    130133<para>
     
    141144</para>
    142145
    143 <screen><userinput><command>kinit loginname</command></userinput></screen>
     146<screen><userinput><command>kinit <replaceable>[loginname]</replaceable></command></userinput></screen>
    144147
    145148<para>
     
    177180<screen><userinput><command>make install-heimdal</command></userinput></screen>
    178181
     182</sect4>
     183
    179184</sect3>
    180185
Note: See TracChangeset for help on using the changeset viewer.