pgsql: Improve LDAP authentication documentation

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve LDAP authentication documentation
Date: 2012-10-06 01:22:11
Message-ID: E1TKJ5n-0004G4-8t@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thom Brown 2012-10-06 21:52:18 Re: pgsql: Use the regular main processing loop also in walsenders.
Previous Message Michael Meskes 2012-10-05 15:54:36 Re: pgsql: Fixed test for array boundary.