Received: from localhost (unknown [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id A7F202E0351 for ; Wed, 12 Mar 2008 18:02:31 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024) with ESMTP id 74730-09 for ; Wed, 12 Mar 2008 18:02:24 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from svr2.hagander.net (svr2.hagander.net [88.198.128.226]) by postgresql.org (Postfix) with ESMTP id 0AF222E0255 for ; Wed, 12 Mar 2008 18:02:29 -0300 (ADT) Received: from dynamic.hagander.net ([127.0.0.1]) (encrypted and authenticated) by svr2.hagander.net (Postfix) with ESMTP id 8928FDCC8EF; Wed, 12 Mar 2008 22:02:27 +0100 (CET) Received: by mha-laptop.hagander.net (Postfix, from userid 1000) id E3524FFCF5; Wed, 12 Mar 2008 22:03:37 +0100 (CET) Subject: Re: Community accounts From: Magnus Hagander To: Dave Page Cc: Peter Eisentraut , pgsql-www@postgresql.org In-Reply-To: <937d27e10803121227m78ff33fbk865153acdbef5225@mail.gmail.com> References: <200803122010.51758.peter_e@gmx.net> <937d27e10803121227m78ff33fbk865153acdbef5225@mail.gmail.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Wed, 12 Mar 2008 22:03:37 +0100 Message-Id: <1205355817.5803.6.camel@mha-laptop.clients.sollentuna.se> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200803/297 X-Sequence-Number: 14416 On Wed, 2008-03-12 at 19:27 +0000, Dave Page wrote: > On Wed, Mar 12, 2008 at 7:10 PM, Peter Eisentraut wrote: > > Are the "community accounts" (used by the wiki, for example) available to > > authenticate against from remote services, for example via LDAP? I might > > like to use them for the Git service, for example. > > Not yet - the Wiki is the fisrt truly external resource to be > integrated, and although we did consider LDAP and OpenID, in the end > we decided that a custom auth plugin for mediawiki using the backend > database API via SSL connection was the least painful option. > > We could certainly look at LDAP/OpenID more closely though. Absolutely. The idea is to make it available to all services that could use them. What options are available for GIT? LDAP is probably the most complex of available protocols for something as simple as authentication, but if that's all it can do, we could certainly look at the possibility. > > Also, is there a plan for keeping "community" accounts, PgFoundry accounts, > > and developer.postgresql.org shell accounts the same, lest we create a big > > mess? > > I'm certainly interested in doing so for pgFoundry if we can figure > out how given the interaction between the GForge and OS > authentication. I'm not so wild about the developer shell accounts as > we've actually only got a handful of those left anyway - and most are > for the sysadmin team who don't necessarily want centralised > authentication in case something goes horribly wrong leaving the > entire domain inaccessible. +1 on both those. //Magnus