Merge "Add afs client docs for non Debuntu"

This commit is contained in:
Zuul 2018-10-17 00:22:26 +00:00 committed by Gerrit Code Review
commit c7b7801b3b
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
--------------