Skip to content

Commit

Permalink
Update configuring-kerberos.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jayantshekhar committed Jan 3, 2018
1 parent 27ffd45 commit a2742bc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,13 @@ Verifying that the keytab file was correctly created

Below are the steps for verifying the keytab file.

* **Check out the keytab file and ensure you have the right permissions for it**
* **Ensure that the keytab file was created and it has the right permissions**::

$ ls -l sparkflows.keytab
-rw------- 1 root root 382 Jul 24 17:55 sparkflows.keytab
* **Further verify the contents of keytab file. A normal keytab file depending on your krb5.conf settings, looks like this**::
$ klist -e -k -t sparkflows.keytab
Expand Down

0 comments on commit a2742bc

Please sign in to comment.