ports/92619: ADS, Kerberos are disabled in samba-libsmbclient port that makes it useless in ADS based Microsoft network

Dmitry Kazarov kazarov at mcm.ru
Tue Jan 31 14:40:13 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list