Skip to content

Commit

Permalink
Clarify sign_authdata() KDB method comments
Browse files Browse the repository at this point in the history
  • Loading branch information
iboukris authored and greghudson committed Sep 26, 2018
1 parent 1396756 commit 47ce02e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/include/kdb.h
Original file line number Diff line number Diff line change
Expand Up @@ -1257,14 +1257,15 @@ typedef struct _kdb_vftabl {
*
* flags: The flags used to look up the client principal.
*
* client_princ: For S4U2Proxy TGS requests, the client principal
* requested by the service; for regular TGS requests, the
* client_princ: For S4U2Self and S4U2Proxy TGS requests, the client
* principal requested by the service; for regular TGS requests, the
* possibly-canonicalized client principal.
*
* client: The DB entry of the client. For S4U2Self, this will be the DB
* entry for the client principal requested by the service).
*
* server: The DB entry of the service principal.
* server: The DB entry of the service principal, or of a cross-realm
* krbtgt principal in case of referral.
*
* krbtgt: For TGS requests, the DB entry of the server of the ticket in
* the PA-TGS-REQ padata; this is usually a local or cross-realm krbtgt
Expand Down

0 comments on commit 47ce02e

Please sign in to comment.