Fix typo with pts commands for service user

Change-Id: I4c116b6087000e59c084b8ecfb6dd48146f16aee
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-05-10 14:37:05 -04:00
parent 7ae6cbb5ab
commit c3fc2462a4
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

View File

@ -268,7 +268,7 @@ read-write volumes.
* Create an AFS user for the service principal:: * Create an AFS user for the service principal::
pts createuser service/foo-mirror pts createuser service.foo-mirror
Because mirrors usually have a large number of directories, it is best Because mirrors usually have a large number of directories, it is best
to avoid frequent ACL changes. To this end, we grant access to the to avoid frequent ACL changes. To this end, we grant access to the
@ -279,7 +279,7 @@ membership if our needs change.
principal:: principal::
pts creategroup foo-mirror pts creategroup foo-mirror
pts adduser service/foo-mirror foo-mirror pts adduser service.foo-mirror foo-mirror
View users, groups, and their membership with:: View users, groups, and their membership with::