X-Git-Url: http://git.openafs.org/?p=openafs-wiki.git;a=blobdiff_plain;f=admin%2FInstallingOpenAFSonRHEL.mdwn;h=adeb0e2ede0fd7fec30f4a379f783c35df2d622e;hp=edc3f81d32396ceb9661b53fbef5086760d80de6;hb=1992014314d2def63861eace9a66ffba686febb5;hpb=89328822305dcac5ea26e168ece5407bee002ef0 diff --git a/admin/InstallingOpenAFSonRHEL.mdwn b/admin/InstallingOpenAFSonRHEL.mdwn index edc3f81..adeb0e2 100644 --- a/admin/InstallingOpenAFSonRHEL.mdwn +++ b/admin/InstallingOpenAFSonRHEL.mdwn @@ -1,6 +1,6 @@ This is a step-by-step guide to installing OpenAFS and setting up an AFS cell on RedHat Enterprise Linux, Fedora, or CentOS. This guide is current as of -OpenAFS version 1.6.21 on CentOS 6. +OpenAFS version 1.6.21 on CentOS 6. For CentOS 7, see [[InstallingOpenAFSonCentOS7]]. This document is based on [[Steven Pelley's guide for installing OpenAFS 1.4.x on Fedora|FedoraAFSInstall]]. @@ -193,14 +193,10 @@ Use `yum` to install the OpenAFS server packages: Create the Kerberos AFS service key and export it to a keytab file: # cellname= - # kadmin.local -q "addprinc -randkey -e aes256-cts-hmac-sha1-96:normal,aes128-cts-hmac-sha1-96:normal afs/${cellname}" - # kadmin.local -q "ktadd -k /usr/afs/etc/rxkad.keytab -e aes256-cts-hmac-sha1-96:normal,aes128-cts-hmac-sha1-96:normal afs/${cellname}" - -where `` is the name of your cell. Make note of the key version number (kvno) as it is needed for the next step where it shows ``. - - # asetkey add rxkad_krb5 18 /usr/afs/etc/rxkad.keytab afs/${cellname} - # asetkey add rxkad_krb5 17 /usr/afs/etc/rxkad.keytab afs/${cellname} + # kadmin.local -q "addprinc -randkey afs/${cellname}" + # kadmin.local -q "ktadd -k /usr/afs/etc/rxkad.keytab afs/${cellname}" +where `` is the name of your cell. If your Kerberos REALM name is different from your cell name add your upper case REALM name in /usr/afs/etc/krb.conf, else you will not know why your cell does not work!