LDAP server docs

Started by Magnus Haganderover 14 years ago5 messageshackers
Jump to latest
#1Magnus Hagander
magnus@hagander.net

So once again I forgot about the fact that you can specify multiple
LDAP server in our ldapserver parameter (because both openldap and
winldap accept a space separated list).

Any objections to just applying the attached docs patch?

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

Attachments:

ldap_docs.patchtext/x-patch; charset=US-ASCII; name=ldap_docs.patchDownload+2-1
#2Robert Haas
robertmhaas@gmail.com
In reply to: Magnus Hagander (#1)
Re: LDAP server docs

On Mon, Oct 31, 2011 at 3:11 PM, Magnus Hagander <magnus@hagander.net> wrote:

So once again I forgot about the fact that you can specify multiple
LDAP server in our ldapserver parameter (because both openldap and
winldap accept a space separated list).

Any objections to just applying the attached docs patch?

I think the term "space" might be more clear than "blank" here. Perhaps:

Names or IP addresses of LDAP servers to connect to. Multiple servers
may be specified, separated by spaces.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Magnus Hagander (#1)
Re: LDAP server docs

Magnus Hagander <magnus@hagander.net> writes:

So once again I forgot about the fact that you can specify multiple
LDAP server in our ldapserver parameter (because both openldap and
winldap accept a space separated list).

Any objections to just applying the attached docs patch?

"space-separated list" is more in keeping with our usual terminology,
I think, but otherwise please do.

regards, tom lane

#4Magnus Hagander
magnus@hagander.net
In reply to: Tom Lane (#3)
Re: LDAP server docs

On Mon, Oct 31, 2011 at 20:58, Tom Lane <tgl@sss.pgh.pa.us> wrote:

Magnus Hagander <magnus@hagander.net> writes:

So once again I forgot about the fact that you can specify multiple
LDAP server in our ldapserver parameter (because both openldap and
winldap accept a space separated list).

Any objections to just applying the attached docs patch?

"space-separated list" is more in keeping with our usual terminology,
I think, but otherwise please do.

FWIW, the use of the word blank was just because I copied it off the
ldap manpage. I agree space is better :-)

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

#5Magnus Hagander
magnus@hagander.net
In reply to: Magnus Hagander (#4)
Re: LDAP server docs

On Mon, Oct 31, 2011 at 20:59, Magnus Hagander <magnus@hagander.net> wrote:

On Mon, Oct 31, 2011 at 20:58, Tom Lane <tgl@sss.pgh.pa.us> wrote:

Magnus Hagander <magnus@hagander.net> writes:

So once again I forgot about the fact that you can specify multiple
LDAP server in our ldapserver parameter (because both openldap and
winldap accept a space separated list).

Any objections to just applying the attached docs patch?

"space-separated list" is more in keeping with our usual terminology,
I think, but otherwise please do.

FWIW, the use of the word blank was just because I copied it off the
ldap manpage. I agree space is better :-)

Updated and applied.

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/