Обсуждение: LDAP server docs

Поиск
Список
Период
Сортировка

LDAP server docs

От
Magnus Hagander
Дата:
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/

Вложения

Re: LDAP server docs

От
Robert Haas
Дата:
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


Re: LDAP server docs

От
Tom Lane
Дата:
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


Re: LDAP server docs

От
Magnus Hagander
Дата:
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/


Re: LDAP server docs

От
Magnus Hagander
Дата:
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/