[pgpool-general: 6789] Re: Ldap auth via pgpool

Tatsuo Ishii ishii at sraoss.co.jp
Thu Nov 28 14:28:26 JST 2019


Hi,

Sorry for late reply.

> Hi,
> 
> I'm having problems trying to configure the pamldap module to use it
> with pgpool. I'm keep getting this message:
[snip]
> so my question is: can i surpass pgpool and authenticate directly in
> postgres?
> everytime i try that pgpool ask for the user to be in pool_hba but the
> password is stored in ldap and can change at any time.

No, Pgpool-II does not support LDAP authentication. Possible
workaround using Pgpool-II 4.1 (I have not actually tried yet):

- Set LDAP auth in PostgreSQL as usual.
- Set allow_clear_text_frontend_auth = on in pgpool.conf.

This way, clients will be asked their password managed by LDAP, and
you don't need to manage pool_passwd.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp


More information about the pgpool-general mailing list