Обсуждение: pgsql: Make pg_service.conf sample LDIF more portable.

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

pgsql: Make pg_service.conf sample LDIF more portable.

От
Noah Misch
Дата:
Make pg_service.conf sample LDIF more portable.

The aboriginal sample placed connection parameters in
groupOfUniqueNames/uniqueMember.  OpenLDAP, at least as early as version
2.4.23, rejects uniqueMember entries that do not conform to the syntax
for a distinguished name.  Use device/description, which is free-form.
Back-patch to 9.4 for web site visibility.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7fc5f1a3550ca9395051b592df150de79804131a

Modified Files
--------------
doc/src/sgml/libpq.sgml |   14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)