diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-08-31 19:36:53 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-08-31 19:36:53 +0000 |
commit | f5a8f8fbd0c486fe7e41eb871fb968e352dd98b0 (patch) | |
tree | 600e6aea524d2bc37e7b475df164cbbc230375d0 /net/Makefile | |
parent | fae962b7dc1dfdc696352c93479127f4382db540 (diff) | |
download | ports-f5a8f8fbd0c486fe7e41eb871fb968e352dd98b0.tar.gz ports-f5a8f8fbd0c486fe7e41eb871fb968e352dd98b0.zip |
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 <timur@gnu.org>
Notes
Notes:
svn path=/head/; revision=171753
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 babb2443d9b3..72041a063a2f 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 |