mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 16:51:52 -04:00
libNSS-PostgreSQL allows you to authenticate UNIX groups and users using a PostgreSQL database. It uses the NSS API which provides an abstraction layer between the UNIX authentication API and the related data. NSS-PostgreSQL currently supports the passwd and groups services. WWW: https://ftp.postgresql.org/pub/projects/pgFoundry/sysauth/NSS/ PR: 178333 Submitted by: berend@pobox.com, felix@userspace.com.au Reviewed by: lippe, robak
11 lines
359 B
Text
11 lines
359 B
Text
--- configure.ac.orig 2015-12-21 07:52:02 UTC
|
|
+++ configure.ac
|
|
@@ -26,7 +26,7 @@ AC_CHECK_LIB([pq], [PQsetdbLogin])
|
|
|
|
# Checks for header files.
|
|
AC_HEADER_STDC
|
|
-AC_CHECK_HEADERS([stdlib.h string.h unistd.h nss.h])
|
|
+AC_CHECK_HEADERS([stdlib.h string.h unistd.h nss.h shadow.h])
|
|
|
|
# Checks for typedefs, structures, and compiler characteristics.
|
|
AC_C_CONST
|