pgsql: Improve LDAP authentication documentation - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Improve LDAP authentication documentation
Date
Msg-id E1TKJ5n-0004G4-8t@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve LDAP authentication documentation

Use the terms "simple bind" and "search+bind" consistently do
distinguish the two modes (better than first mode and second mode in
any case).  They were already used in some places, now it's just more
prominent.

Split up the list of options into one for common options and one for
each mode, for clarity.

Add configuration examples for either mode.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ae835c7d6e202e99796c58093ef781477e54c459

Modified Files
--------------
doc/src/sgml/client-auth.sgml |   65 +++++++++++++++++++++++++++++++++-------
1 files changed, 53 insertions(+), 12 deletions(-)


pgsql-committers by date:

Previous
From: Michael Meskes
Date:
Subject: Re: pgsql: Fixed test for array boundary.
Next
From: Thom Brown
Date:
Subject: Re: pgsql: Use the regular main processing loop also in walsenders.