Changeset ea6bb02


Ignore:
Timestamp:
04/10/2017 10:08:26 AM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
87bbbc9
Parents:
ea3361b
Message:

Change lfs.org to example.org, because lfs.org is registered

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/mitkrb.xml

    rea3361b rea6bb02  
    314314
    315315[libdefaults]
    316     default_realm = <replaceable>&lt;LFS.ORG&gt;</replaceable>
     316    default_realm = <replaceable>&lt;EXAMPLE.ORG&gt;</replaceable>
    317317    encrypt = true
    318318
    319319[realms]
    320     <replaceable>&lt;LFS.ORG&gt;</replaceable> = {
    321         kdc = <replaceable>&lt;belgarath.lfs.org&gt;</replaceable>
    322         admin_server = <replaceable>&lt;belgarath.lfs.org&gt;</replaceable>
     320    <replaceable>&lt;EXAMPLE.ORG&gt;</replaceable> = {
     321        kdc = <replaceable>&lt;belgarath.example.org&gt;</replaceable>
     322        admin_server = <replaceable>&lt;belgarath.example.org&gt;</replaceable>
    323323        dict_file = /usr/share/dict/words
    324324    }
    325325
    326326[domain_realm]
    327     .<replaceable>&lt;lfs.org&gt;</replaceable> = <replaceable>&lt;LFS.ORG&gt;</replaceable>
     327    .<replaceable>&lt;example.org&gt;</replaceable> = <replaceable>&lt;EXAMPLE.ORG&gt;</replaceable>
    328328
    329329[logging]
     
    338338          You will need to substitute your domain and proper hostname for the
    339339          occurrences of the <replaceable>&lt;belgarath&gt;</replaceable> and
    340           <replaceable>&lt;lfs.org&gt;</replaceable> names.
     340          <replaceable>&lt;example.org&gt;</replaceable> names.
    341341        </para>
    342342
     
    368368       </para>
    369369
    370 <screen role="root"><userinput>kdb5_util create -r <replaceable>&lt;LFS.ORG&gt;</replaceable> -s</userinput></screen>
     370<screen role="root"><userinput>kdb5_util create -r <replaceable>&lt;EXAMPLE.ORG&gt;</replaceable> -s</userinput></screen>
    371371
    372372        <para>
     
    385385        </para>
    386386
    387 <screen role="root"><userinput><prompt>kadmin.local:</prompt> addprinc -randkey host/<replaceable>&lt;belgarath.lfs.org&gt;</replaceable></userinput></screen>
     387<screen role="root"><userinput><prompt>kadmin.local:</prompt> addprinc -randkey host/<replaceable>&lt;belgarath.example.org&gt;</replaceable></userinput></screen>
    388388
    389389        <para>
     
    392392        </para>
    393393
    394 <screen role="root"><userinput><prompt>kadmin.local:</prompt> ktadd host/<replaceable>&lt;belgarath.lfs.org&gt;</replaceable></userinput></screen>
     394<screen role="root"><userinput><prompt>kadmin.local:</prompt> ktadd host/<replaceable>&lt;belgarath.example.org&gt;</replaceable></userinput></screen>
    395395
    396396        <para>
Note: See TracChangeset for help on using the changeset viewer.