Thanks to visit codestin.com
Credit goes to postgrespro.com

pgsql: Raise the maximum authentication token (Kerberos ticket) size in - Mailing list pgsql-committers

From [email protected] (Heikki Linnakangas)
Subject pgsql: Raise the maximum authentication token (Kerberos ticket) size in
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Raise the maximum authentication token (Kerberos ticket) size in GSSAPI
and SSPI athentication methods. While the old 2000 byte limit was more than
enough for Unix Kerberos implementations, tickets issued by Windows Domain
Controllers can be much larger.

Ian Turner

Modified Files:
--------------
    pgsql/src/backend/libpq:
        auth.c (r1.184 -> r1.185)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c?r1=1.184&r2=1.185)

pgsql-committers by date:

Previous
From: [email protected] (Heikki Linnakangas)
Date:
Subject: pgsql: Raise the maximum authentication token (Kerberos ticket) size in
Next
From: [email protected] (Peter Eisentraut)
Date:
Subject: pgsql: Add alternative expected file for unicode test for client