Raise the maximum authentication token (Kerberos ticket) size in GSSAPI

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: c6b4d4fbc8cf8558e381fcc68f101baa1e04e2a0
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2009-10-14T07:27:44Z
Releases: 8.3.9
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

Files

PathChange+/−
src/backend/libpq/auth.c modified +17 −3