diff options
author | garga <garga@FreeBSD.org> | 2006-09-05 03:00:17 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-09-05 03:00:17 +0800 |
commit | a99711e91e2004af8177042557e85f7d9179e3c1 (patch) | |
tree | 604d338fb25dd195e31f4cf7a18385a8d27ab16b /net/samba-libsmbclient/Makefile | |
parent | 6abc9a0a1c7414b9012e7c9e3aac60964173bd5f (diff) | |
download | freebsd-ports-gnome-a99711e91e2004af8177042557e85f7d9179e3c1.tar.gz freebsd-ports-gnome-a99711e91e2004af8177042557e85f7d9179e3c1.tar.zst freebsd-ports-gnome-a99711e91e2004af8177042557e85f7d9179e3c1.zip |
*** net/samba3:
- Update to 3.0.23c
Common bugs fixed in 3.0.23c include: [1]
o Authentication failures in pam_winbind when the AD domain
policy is set to not expire passwords.
o Authorization failures when using smb.conf options such
as "valid users" with the smbpasswd passdb backend.
*** net/samba-libsmbclient: [2]
- Small cosmetic changes
*** net/py-samba: [3]
- Reset PORTREVISION back, as master port version bumped
PR: ports/102805 [1]
ports/102806 [2]
ports/102807 [3]
Submitted by: Timur I. Bakeyev <timur@gnu.org> (maintainer)
Diffstat (limited to 'net/samba-libsmbclient/Makefile')
-rw-r--r-- | net/samba-libsmbclient/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba-libsmbclient/Makefile b/net/samba-libsmbclient/Makefile index ddb5c7925768..9b7cf166ee74 100644 --- a/net/samba-libsmbclient/Makefile +++ b/net/samba-libsmbclient/Makefile @@ -19,7 +19,7 @@ SAMBA_SUBPORT= yes MASTERDIR= ${.CURDIR}/../${SAMBA_PORT} PKGDIR= ${.CURDIR} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes OPTIONS= ADS "With Active Directory support" off \ MSRPC "Build the libmsrpc shared library" off \ |