mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -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
233 B
C
11 lines
233 B
C
--- src/backend.c.orig 2015-12-21 07:40:53 UTC
|
|
+++ src/backend.c
|
|
@@ -11,7 +11,7 @@
|
|
*/
|
|
|
|
#include "nss-pgsql.h"
|
|
-#include <postgresql/libpq-fe.h>
|
|
+#include <libpq-fe.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdio.h>
|