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
6 lines
345 B
Text
6 lines
345 B
Text
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/
|