Re: Windows SIngle Sign On - LINUX Server

From: "SUNDAY A(dot) OLUTAYO" <olutayo(at)sadeeb(dot)com>
To: Craig Ringer <ringerc(at)ringerc(dot)id(dot)au>
Cc: Jeremy Palmer <JPalmer(at)linz(dot)govt(dot)nz>, pgsql-general(at)postgresql(dot)org
Subject: Re: Windows SIngle Sign On - LINUX Server
Date: 2012-08-24 12:00:35
Message-ID: ba28a172-aa45-4115-9108-07fb9047bf11@mail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

In real world deployment, LDAP and Kerbero are often combined for authentication and authorization.

The link below is a well documented howto:

https://help.ubuntu.com/community/SingleSignOn

Thanks,

Sunday Olutayo

----- Original Message -----
From: "Craig Ringer" <ringerc(at)ringerc(dot)id(dot)au>
To: "SUNDAY A. OLUTAYO" <olutayo(at)sadeeb(dot)com>
Cc: "Jeremy Palmer" <JPalmer(at)linz(dot)govt(dot)nz>, pgsql-general(at)postgresql(dot)org
Sent: Friday, August 24, 2012 12:48:01 PM
Subject: Re: [GENERAL] Windows SIngle Sign On - LINUX Server

On 08/24/2012 06:10 PM, SUNDAY A. OLUTAYO wrote:
> LDAP will be your best choice for SSO, Ubuntu Linux can authenticate against AD.

I'm not at all convinced by that. Active Directory functions as a
Kerberos KDC. Kerberos provides secure authentication and (unlike LDAP)
single sign-on.

http://technet.microsoft.com/en-us/library/bb742516.aspx

Use Kerberos via GSSAPI. Here's a good starting point by Marcus:

http://www.hagander.net/talks/Deploying%20PostgreSQL%20in%20a%20Windows%20Enterprise.pdf

--
Craig Ringer

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sahagian, David 2012-08-24 13:27:06 create table like . . . constraint names
Previous Message Craig Ringer 2012-08-24 11:48:01 Re: Windows SIngle Sign On - LINUX Server