Обсуждение: 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
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/48e0b5ff3795a827c558a9ca7863fbfdbff6d683

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