Add afs client docs for non Debuntu

Add info on how to kinit and aklog if not using Debuntu deb.conf to set
the correct realm and cell settings.

Change-Id: I80a698649f03863b73399873cf190fda4fa41776
This commit is contained in:
Clark Boylan 2018-09-11 15:26:52 -07:00
parent f2768d69c0
commit 9a16571f0d
1 changed files with 15 additions and 0 deletions

View File

@ -107,6 +107,21 @@ authentication token for use with AFS with::
kinit
aklog
If not running on Debian or Ubuntu you can install openafs client
packages as well as Kerberos5 packages on your distro of choice.
Then to kinit, use your fully qualified user id::
kinit $USERNAME@OPENSTACK.ORG
Or for admin access::
kinit $USERNAME/admin@OPENSTACK.ORG
Then aklog, specifying the openstack.org cell::
aklog -cell openstack.org
Administration
--------------