its vs it\'s etc. From Bjorn Sandell
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22071 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -154,7 +154,7 @@ There is a work around for this problem, but not all implementation
|
||||
support it.
|
||||
.Pp
|
||||
Heimdal defaults to correct SPNEGO when the the kerberos
|
||||
implementation uses CFX, or when its configured by the user.
|
||||
implementation uses CFX, or when it is configured by the user.
|
||||
To turn on compatibility with peers, use option
|
||||
.Nm [gssapi]
|
||||
.Ar require_mechlist_mic .
|
||||
|
@@ -449,7 +449,7 @@ init_auth
|
||||
* If the credential doesn't have ok-as-delegate, check what local
|
||||
* policy say about ok-as-delegate, default is FALSE that makes
|
||||
* code ignore the KDC setting and follow what the application
|
||||
* requested. If its TRUE, strip of the GSS_C_DELEG_FLAG if the
|
||||
* requested. If it is TRUE, strip of the GSS_C_DELEG_FLAG if the
|
||||
* KDC doesn't set ok-as-delegate.
|
||||
*/
|
||||
if (!cred->flags.b.ok_as_delegate) {
|
||||
|
@@ -38,7 +38,7 @@ parse_header(const gss_buffer_t input_token, gss_OID mech_oid)
|
||||
|
||||
/*
|
||||
* Token must start with [APPLICATION 0] SEQUENCE.
|
||||
* But if it doesn't assume its DCE-STYLE Kerberos!
|
||||
* But if it doesn't assume it is DCE-STYLE Kerberos!
|
||||
*/
|
||||
if (len == 0)
|
||||
return (GSS_S_DEFECTIVE_TOKEN);
|
||||
@@ -102,7 +102,7 @@ choose_mech(const gss_buffer_t input, gss_OID mech_oid)
|
||||
OM_uint32 status;
|
||||
|
||||
/*
|
||||
* First try to parse the gssapi token header and see if its a
|
||||
* First try to parse the gssapi token header and see if it's a
|
||||
* correct header, use that in the first hand.
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user