Re: Kerberos authentication, Active Directory, and PostgreSQL

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: "Turner, Ian" <Ian(dot)Turner(at)deshaw(dot)com>, pgsql-bugs <pgsql-bugs(at)postgresql(dot)org>, "Silverman, Richard" <res(at)deshaw(dot)com>
Subject: Re: Kerberos authentication, Active Directory, and PostgreSQL
Date: 2009-10-13 16:25:40
Message-ID: 4AD4AA04.30609@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Magnus Hagander wrote:
> FWIW, the default max token size on Win2k is ~8Kb. In some service
> pack and then in Win2003, it was increased to 12Kb. But it is possible
> to increase that by a registry key on the domain controller - and I
> read somewhere that Win2008 actually will increase this size
> dynamically.
>
> Actually, I found a note that said it's recommended to never increase
> it about 65535 - so perhaps we should put our limit at that instead od
> 32767?

Yeah, setting it at 65535 seems like a good idea then. I'm tempted to
backport this, although it's not strictly speaking a bug fix. Any
objections?

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2009-10-13 17:25:34 Re: Kerberos authentication, Active Directory, and PostgreSQL
Previous Message Turner, Ian 2009-10-13 15:32:18 Re: Kerberos authentication, Active Directory, and PostgreSQL