Re: Kerberos authentication, Active Directory, and PostgreSQL - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Kerberos authentication, Active Directory, and PostgreSQL
Date
Msg-id 26457.1255442702@sss.pgh.pa.us
Whole thread Raw
In response to Re: Kerberos authentication, Active Directory, and PostgreSQL  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Kerberos authentication, Active Directory, and PostgreSQL
List pgsql-bugs
Peter Eisentraut <peter_e@gmx.net> writes:
> A small wish in case we go with this: The constant should be named
> something like PG_...; otherwise it looks like we are defining or
> overriding an official symbol from the GSS API.

I'd be inclined to just s/2000/32767/ and not bother with a symbol,
misleadingly named or otherwise.  If the value were actually being
used in more than one place, it'd be a different story, but to be
so used it would likely need a completely different name.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Kerberos authentication, Active Directory, and PostgreSQL
Next
From: Bruce Momjian
Date:
Subject: Re: Kerberos authentication, Active Directory, and PostgreSQL