diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2025-08-06 06:52:23 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2025-08-06 06:54:05 +0000 |
| commit | d82a140dad3a571d66abb2da24acbba90191f168 (patch) | |
| tree | 6b7498b7e81af8f9e6e286c2a42526d63bc94858 /doc/html/_sources/appdev/refs/api/krb5_rd_priv.rst.txt | |
| parent | 8f7d3ef26dec89a92ec0665de84a5936310a5574 (diff) | |
Diffstat (limited to 'doc/html/_sources/appdev/refs/api/krb5_rd_priv.rst.txt')
| -rw-r--r-- | doc/html/_sources/appdev/refs/api/krb5_rd_priv.rst.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/_sources/appdev/refs/api/krb5_rd_priv.rst.txt b/doc/html/_sources/appdev/refs/api/krb5_rd_priv.rst.txt index f2690f41eadc..0fd56df8f2a9 100644 --- a/doc/html/_sources/appdev/refs/api/krb5_rd_priv.rst.txt +++ b/doc/html/_sources/appdev/refs/api/krb5_rd_priv.rst.txt @@ -44,11 +44,11 @@ If *auth_context* has a remote address set, the address will be used to verify t -If the #KRB5_AUTH_CONTEXT_DO_SEQUENCE flag is set in *auth_context* , the sequence number of the KRB-PRIV message is checked against the remote sequence number field of *auth_context* . Otherwise, the sequence number is not used. +If the KRB5_AUTH_CONTEXT_DO_SEQUENCE flag is set in *auth_context* , the sequence number of the KRB-PRIV message is checked against the remote sequence number field of *auth_context* . Otherwise, the sequence number is not used. -If the #KRB5_AUTH_CONTEXT_DO_TIME flag is set in *auth_context* , then the timestamp in the message is verified to be within the permitted clock skew of the current time, and the message is checked against an in-memory replay cache to detect reflections or replays. +If the KRB5_AUTH_CONTEXT_DO_TIME flag is set in *auth_context* , then the timestamp in the message is verified to be within the permitted clock skew of the current time, and the message is checked against an in-memory replay cache to detect reflections or replays. @@ -72,7 +72,7 @@ Use krb5_free_data_contents() to free *userdata_out* when it is no longer needed .. note:: - The *rdata_out* argument is required if the #KRB5_AUTH_CONTEXT_RET_TIME or #KRB5_AUTH_CONTEXT_RET_SEQUENCE flag is set in *auth_context* . + The *rdata_out* argument is required if the KRB5_AUTH_CONTEXT_RET_TIME or KRB5_AUTH_CONTEXT_RET_SEQUENCE flag is set in *auth_context* . |
