9e21b478bc
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
18 lines
336 B
Plaintext
18 lines
336 B
Plaintext
#
|
|
# nsswitch.conf(5) - name service switch configuration file
|
|
# $FreeBSD$
|
|
#
|
|
#group: compat
|
|
group: files [notfound=continue] pgsql
|
|
group_compat: nis
|
|
hosts: files dns
|
|
networks: files
|
|
#passwd: compat
|
|
passwd: files [notfound=continue] pgsql
|
|
passwd_compat: nis
|
|
shells: files
|
|
services: compat
|
|
services_compat: nis
|
|
protocols: files
|
|
rpc: files
|