Unix Technical Forum

GSSAPI patch

This is a discussion on GSSAPI patch within the pgsql Hackers forums, part of the PostgreSQL category; --> I have applied the latest version of the GSSAPI patch with only minor further fixes. I'm still working on ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Hackers

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-15-2008, 08:54 PM
Magnus Hagander
 
Posts: n/a
Default GSSAPI patch

I have applied the latest version of the GSSAPI patch with only minor
further fixes.

I'm still working on the documentation part and will make a separate commit
with that as soon as I can.

I'd appreciate it if people can run tests with this on some other platforms
(I've only tested on Ubuntu linux and Win32). Specifically, I'm certain
that the autoconf stuff will need to be expanded a bit in order to work for
them all.

/Magnus


---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-15-2008, 08:54 PM
Tom Lane
 
Posts: n/a
Default Re: GSSAPI patch

Magnus Hagander <magnus@hagander.net> writes:
> I'd appreciate it if people can run tests with this on some other platforms
> (I've only tested on Ubuntu linux and Win32). Specifically, I'm certain
> that the autoconf stuff will need to be expanded a bit in order to work for
> them all.


What sort of tests have you got in mind?

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-15-2008, 08:54 PM
Magnus Hagander
 
Posts: n/a
Default Re: GSSAPI patch

On Tue, Jul 10, 2007 at 10:43:22AM -0400, Tom Lane wrote:
> Magnus Hagander <magnus@hagander.net> writes:
> > I'd appreciate it if people can run tests with this on some other platforms
> > (I've only tested on Ubuntu linux and Win32). Specifically, I'm certain
> > that the autoconf stuff will need to be expanded a bit in order to work for
> > them all.

>
> What sort of tests have you got in mind?


The one I'm most looking for is simply being able to build with GSSAPI
enabled. I don't foresee any problems between implementations (there could
be of course, but the standard defines the protocol), but I'm sure headers
and libraries could be in different places and have different names.

Actually testing the authentication itself is of course a bonus :-)
I've only tested it against Active Directory, but IIRC Henry has used a
Unix based Kerberos server. But more testing is always good.

//Magnus


---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-15-2008, 08:54 PM
Stefan Kaltenbrunner
 
Posts: n/a
Default Re: GSSAPI patch

Magnus Hagander wrote:
> On Tue, Jul 10, 2007 at 10:43:22AM -0400, Tom Lane wrote:
>> Magnus Hagander <magnus@hagander.net> writes:
>>> I'd appreciate it if people can run tests with this on some other platforms
>>> (I've only tested on Ubuntu linux and Win32). Specifically, I'm certain
>>> that the autoconf stuff will need to be expanded a bit in order to work for
>>> them all.

>> What sort of tests have you got in mind?

>
> The one I'm most looking for is simply being able to build with GSSAPI
> enabled. I don't foresee any problems between implementations (there could
> be of course, but the standard defines the protocol), but I'm sure headers
> and libraries could be in different places and have different names.


this sounds more like a headsup to the buildfarm owners to add that flag
to their configuration ?


Stefan

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-15-2008, 08:54 PM
Magnus Hagander
 
Posts: n/a
Default Re: GSSAPI patch

Stefan Kaltenbrunner wrote:
> Magnus Hagander wrote:
>> On Tue, Jul 10, 2007 at 10:43:22AM -0400, Tom Lane wrote:
>>> Magnus Hagander <magnus@hagander.net> writes:
>>>> I'd appreciate it if people can run tests with this on some other platforms
>>>> (I've only tested on Ubuntu linux and Win32). Specifically, I'm certain
>>>> that the autoconf stuff will need to be expanded a bit in order to work for
>>>> them all.
>>> What sort of tests have you got in mind?

>> The one I'm most looking for is simply being able to build with GSSAPI
>> enabled. I don't foresee any problems between implementations (there could
>> be of course, but the standard defines the protocol), but I'm sure headers
>> and libraries could be in different places and have different names.

>
> this sounds more like a headsup to the buildfarm owners to add that flag
> to their configuration ?


Yes, but I'd like to see it tested on a couple of more platforms before
that :-) But hey, please go ahead...

//Magnus


---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 04-15-2008, 08:54 PM
Henry B. Hotz
 
Posts: n/a
Default Re: GSSAPI patch


On Jul 10, 2007, at 7:49 AM, Magnus Hagander wrote:

> On Tue, Jul 10, 2007 at 10:43:22AM -0400, Tom Lane wrote:
>> Magnus Hagander <magnus@hagander.net> writes:
>>> I'd appreciate it if people can run tests with this on some other
>>> platforms
>>> (I've only tested on Ubuntu linux and Win32). Specifically, I'm
>>> certain
>>> that the autoconf stuff will need to be expanded a bit in order
>>> to work for
>>> them all.

>>
>> What sort of tests have you got in mind?

>
> The one I'm most looking for is simply being able to build with GSSAPI
> enabled. I don't foresee any problems between implementations
> (there could
> be of course, but the standard defines the protocol), but I'm sure
> headers
> and libraries could be in different places and have different names.
>
> Actually testing the authentication itself is of course a bonus :-)
> I've only tested it against Active Directory, but IIRC Henry has
> used a
> Unix based Kerberos server. But more testing is always good.
>
> //Magnus


Yes, I was using a Heimdal Kerberos server and Solaris 9 or MIT
GSSAPI client libraries. ("Client" means Kerberos client so it's
both client and server for Postgres.)

I just DL'ed the "2007-07-10 08:16:17" snapshot and I don't see any
reference to "gss" or "GSS" in configure.in. Should I wait for
tomorrow's snapshot tarball?

------------------------------------------------------------------------
The opinions expressed in this message are mine,
not those of Caltech, JPL, NASA, or the US Government.
Henry.B.Hotz@jpl.nasa.gov, or hbhotz@oxy.edu



---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 04-15-2008, 08:54 PM
Tom Lane
 
Posts: n/a
Default Re: GSSAPI patch

"Henry B. Hotz" <hbhotz@oxy.edu> writes:
> I just DL'ed the "2007-07-10 08:16:17" snapshot and I don't see any
> reference to "gss" or "GSS" in configure.in. Should I wait for
> tomorrow's snapshot tarball?


Either that or pull from the CVS server, cf
http://developer.postgresql.org/pgdo...tgres/cvs.html

The snapshots are only made once a day, but the anoncvs server updates
every hour.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 11:27 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com