7e823ca9cb
Functionally equivalent to the mod_auth_mysql, but uses PostgreSQL database as a back-end. PR: 22757 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
8 lines
380 B
Text
8 lines
380 B
Text
libexec/apache/mod_auth_pgsql.so
|
|
@exec %D/sbin/apxs -e -a -n auth_pgsql %f
|
|
@unexec %D/sbin/apxs -e -A -n auth_pgsql %f
|
|
%%DOC%%share/doc/%%AUTH_PGSQL_DOCS%%/README
|
|
%%DOC%%share/doc/%%AUTH_PGSQL_DOCS%%/index.html
|
|
%%DOC%%@exec (cd %D/share/doc && ln -sf %%AUTH_PGSQL_DOCS%% mod_auth_pgsql)
|
|
%%DOC%%@unexec rm -f %D/share/doc/mod_auth_pgsql
|
|
%%DOC%%@dirrm share/doc/%%AUTH_PGSQL_DOCS%%
|