diff options
author | edwin <edwin@FreeBSD.org> | 2003-08-30 14:48:11 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-08-30 14:48:11 +0800 |
commit | 87b431a801f1f76bbddf67133124fece1af3bdbb (patch) | |
tree | 60de4531f244e170909dc44aa454fd445102d587 /net/Makefile | |
parent | 472b1c93db245868b52664ae2c9cdd86366ddfa9 (diff) | |
download | freebsd-ports-gnome-87b431a801f1f76bbddf67133124fece1af3bdbb.tar.gz freebsd-ports-gnome-87b431a801f1f76bbddf67133124fece1af3bdbb.tar.zst freebsd-ports-gnome-87b431a801f1f76bbddf67133124fece1af3bdbb.zip |
net/libnss-mysql (NSS module using a MySQL database for backend)
libNSS-MySQL allows you to authenticate UNIX groups and
users using a MySQL database. It uses the NSS API which
provides an abstraction layer between the UNIX authentication
API and the related data. NSS-MySQL currently supports the
passwd and groups services. Version 1.0 has native FreeBSD
suppport.
PR: ports/54423
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index d426b0609e0d..9248c8f0cd90 100644 --- a/net/Makefile +++ b/net/Makefile @@ -289,6 +289,7 @@ SUBDIR += libnet SUBDIR += libnet-devel SUBDIR += libnids + SUBDIR += libnss-mysql SUBDIR += libosip SUBDIR += librsync SUBDIR += libsmi |