
	How to update your files in the /etc directory!

/etc/services (all machines)

  The contents of services.append can probably just be appended to
your local file. Those sites that uses NIS (YP) also needs to do this
on the NIS master.

/etc/krb.conf (all machines)

  Create a krb.conf file by substituting MY.REALM.NAME with your
domain name. Also create an alias (CNAME) kerberos.MY.REALM.NAME.

  It is no longer necessary to put each and every realm in
krb.{conf,realms}. If the domain name matches your realm name and you
have a CNAME kerberos.REALMNAME pointing at your kerberos server other
sites will find your realm even if it is not listed in krb.conf.  ***
Please add this CNAME to your local DNS ***

/etc/krb.realms (all machines)

  Substitue MY.REALM.NAME in krb.realms with your domain name.
  Not strictly necessary when domain and realm names match.

/etc/inetd.conf (all machines supporting incoming telnet, rsh etc.)

  Comment out the lines starting with shell, login and telnet and
append inetd.conf.changes. Be carefull to check that there are no
additional old entries of kshell, ekshell, klogin and eklogin left.

  The -v option to rshd and rlogin turns of that service and echo a
usefull message to the user.

/etc/srvtab

  Use kadmin to create an entry rcmd.hostname in the kerberos database.
  Use 'ksrvutil -i add' to create the srvtab file, use the same
  password and key version number 1 as input to ksrvutil.
