Thread

  1. LDAP server docs

    Magnus Hagander <magnus@hagander.net> — 2011-10-31T19:11:16Z

    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/
    
  2. Re: LDAP server docs

    Robert Haas <robertmhaas@gmail.com> — 2011-10-31T19:51:16Z

    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
    
    
  3. Re: LDAP server docs

    Tom Lane <tgl@sss.pgh.pa.us> — 2011-10-31T19:58:48Z

    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
    
    
  4. Re: LDAP server docs

    Magnus Hagander <magnus@hagander.net> — 2011-10-31T19:59:57Z

    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/
    
    
  5. Re: LDAP server docs

    Magnus Hagander <magnus@hagander.net> — 2011-11-01T14:47:03Z

    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/