Date: Tue, 31 Jan 2006 14:30:06 GMT From: Dmitry Kazarov <kazarov@mcm.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/92619: ADS, Kerberos are disabled in samba-libsmbclient port that makes it useless in ADS based Microsoft network Message-ID: <200601311430.k0VEU6qZ098082@www.freebsd.org> Resent-Message-ID: <200601311440.k0VEe3dx059308@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 92619 >Category: ports >Synopsis: ADS, Kerberos are disabled in samba-libsmbclient port that makes it useless in ADS based Microsoft network >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 31 14:40:02 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Dmitry Kazarov >Release: FreeBSD 6.0 >Organization: Multicom Ltd, Moscow >Environment: FreeBSD CE.multicom.ru 6.0-STABLE FreeBSD 6.0-STABLE #0: Sat Jan 28 02:00:16 MSK 2006 root@CE.multicom.ru:/var/tmp/obj/usr/src/sys/CE i386 >Description: ADS, Kerberos and LDAP are explicitly disabled for samba-libsmbclient port in /usr/ports/net/samba3/Makefile: .if defined(SAMBA_SUBPORT) .. CONFIGURE_ARGS+= --without-ldap CONFIGURE_ARGS+= --without-krb5 CONFIGURE_ARGS+= --without-ads That makes samba-libsmbclient port completely useless in ADS based Microsoft network: authentication fails when Konqueror (KDE) connects to any MSWindows host participating in ADS. When those lines changed to (ldap client is installed already) CONFIGURE_ARGS+= --with-ldap CONFIGURE_ARGS+= --with-krb5 CONFIGURE_ARGS+= --with-ads Konqueror works fine. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601311430.k0VEU6qZ098082>