So, what's the "base dn" in an LDAP URL again?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: So, what's the "base dn" in an LDAP URL again?
Date: 2008-07-24 18:19:19
Message-ID: 8962.1216923559@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The fine manual claims that the "base dn" part of an LDAP URL
is meaningful:

The server will bind to the distinguished name specified as base
dn using the user name supplied by the client. If prefix and
suffix is specified, it will be prepended and appended to the
user name before the bind.

But looking at CheckLDAPAuth() just now, it doesn't do anything at all
with the basedn part of the string. Seems to me this is either a code
bug or a docs bug.

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Teodor Sigaev 2008-07-24 18:25:15 Re: [PATCHES] GIN improvements
Previous Message Joshua D. Drake 2008-07-24 18:02:39 Re: [DOCS] [ADMIN] shared_buffers and shmmax