[pgpool-general: 8373] Re: pam authentication configuration example
Tatsuo Ishii
ishii at sraoss.co.jp
Sun Sep 4 15:19:29 JST 2022
> Hi,
>
> I used the rpm to install pgpool and would like to know if the pam module gets installed be default when using the rpm installation?
Yes, pam support is included in the rpm installation because
pgpool.spec (used rpm binaries) includes configure command with pam
enabled.
%configure --with-pgsql=%{pghome} \
--disable-static \
--with-pam \
--with-openssl \
--with-ldap \
--with-memcached=%{_usr} \
--disable-rpath \
--sysconfdir=%{_sysconfdir}/%{short_name}/
> Is there documentation with an example to configure pam authentication for on pgpool?
https://www.pgpool.net/docs/latest/en/html/auth-methods.html#AUTH-PAM
Best reagards,
--
Tatsuo Ishii
SRA OSS LLC
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp
More information about the pgpool-general
mailing list