From 3db8953a3da406fe4470473a80ea4e57401f3244 Mon Sep 17 00:00:00 2001 From: pav Date: Thu, 31 Aug 2006 19:36:53 +0000 Subject: This port adds to Samba3 ability to use multiple 'passdb backends' at the same time. Also it comes with sample MySQL and PostgreSQL backends, which allow to store passwords in the corresponding databases. This features were removed from upstream Samba3 in version 3.0.22. WWW: http://pdbsql.sourceforge.net/ PR: ports/102714 Submitted by: Timur I. Bakeyev --- net/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net/Makefile') diff --git a/net/Makefile b/net/Makefile index babb2443d9b..72041a063a2 100644 --- a/net/Makefile +++ b/net/Makefile @@ -683,6 +683,7 @@ SUBDIR += samba SUBDIR += samba-libsmbclient SUBDIR += samba-nmblookup + SUBDIR += samba-pdbsql SUBDIR += samba3 SUBDIR += samba4wins SUBDIR += sambasentinel -- cgit