Re: postgres 8.4 authentication with LDAP

Поиск
Список
Период
Сортировка
От Olivier Nicole
Тема Re: postgres 8.4 authentication with LDAP
Дата
Msg-id 200910020115.n921F7ih049795@banyan.cs.ait.ac.th
обсуждение исходный текст
Ответ на postgres 8.4 authentication with LDAP  (Olivier Nicole <Olivier.Nicole@cs.ait.ac.th>)
Список pgsql-admin
Hi,

Well I reply to myself...

> I am new to Postgres, but not so new with LDAP.
> [...]
> In pg_hba.conf I have the line (wrapped for email purpose, in the
> file, it's a single line):
>
> host    all         all         192.41.170.0/24       ldap
>     ldapserver=ldap.cs.ait.ac.th ldapport=636 ldapprefx="uid="
>     ldapsuffix=",ou=People,ou=csim,dc=cs,dc=ait,dc=ac,dc=th"

I was tired yesterday evening, enabling some debuging, I immediately
found the typo: ldapprefx should be ldapprefix.

But the other question remains and are very important to me:

- most configuration I have set so far need to specify a version for
  ldap, version 3, how to specify the version number?

- my ldap server supports SSL (ldaps://ldap.cs.ait.ac.th), but not
  TLS, how can I configure that?

- each user un ldap have some attributes saying that he is allowed to
  use one or the other service, how to set a filter in postgres
  options to ldap?

Best regards,

Olivier




В списке pgsql-admin по дате отправления:

Предыдущее
От: Felipe Pinheiro
Дата:
Сообщение: Restore a backup from 8.4 to 8.3
Следующее
От: Julius Tuskenis
Дата:
Сообщение: where the stored function meta data can be found?