diff --git a/doc/source/afs.rst b/doc/source/afs.rst index 90e15a0ad4..0504180281 100644 --- a/doc/source/afs.rst +++ b/doc/source/afs.rst @@ -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 --------------