-
Story
-
Resolution: Won't Do
-
Minor
-
None
-
RH254 - RHEL 7 0
-
None
-
ROL, ILT
URL:
Reporter RHNID:
Section: -
Language:
Workaround:
Description: In lab 8.4 we are setting up a kerberos protected NFS share on serverX and accessing it on desktop36. I think it would be more illuminating to add a step before step 3f:
- su - ldapuser36
$ echo "I can't write without a ticket" >> /mnt/secureshare/testfile
(which would fail)
and possibly replace step 3g with:
$ kinit
Password for ldapuserX: kerberos
$ echo "I can write with a ticket" >> /mnt/secureshare/testfile
(which would succeed)