Обсуждение: pgsql: Raise the maximum authentication token (Kerberos ticket) size in

Поиск
Список
Период
Сортировка

pgsql: Raise the maximum authentication token (Kerberos ticket) size in

От
heikki@postgresql.org (Heikki Linnakangas)
Дата:
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

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
    pgsql/src/backend/libpq:
        auth.c (r1.183 -> r1.183.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c?r1=1.183&r2=1.183.2.1)