Skip to content

Commit

Permalink
DOC: added kinit_helper entry to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaushik Malapati authored and Kaushik Malapati committed Oct 17, 2023
1 parent fe0090f commit 730c464
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,19 @@ usage: ipmConfigEpics [-b boxname] [-H hutch] [-d] [-h] [-l]<br/>
</td>
</tr>

<tr>
<td>kinit_helper</td>
<td>
usage: kinit_helper<br/>
Defines two functions - kauth and afsauth.<br/>
kauth will create a new kerberos token, renew an existing one, or do nothing if a
valid token exists.<br/>
afsauth will check that the user and host are able to access afs; if so, and an afs
token doesn't already exist, kauth will be called and a new afs token will be made.<br/>
By default, calls afsauth.
</td>
</tr>

<tr>
<td>makepeds</td>
<td>
Expand Down

0 comments on commit 730c464

Please sign in to comment.