Bug 243861

Summary: net/samba410 ADS and LDAP options
Product: Ports & Packages Reporter: Gatolabo <gato>
Component: Individual Port(s)Assignee: Timur I. Bakeyev <timur>
Status: Closed Unable to Reproduce    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (timur)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Gatolabo 2020-02-04 06:43:56 UTC
Some of options in "make config" do not seem to work properly.
It was built including these features, even with ADS and LDAP turned off.

Adding two options to CONFIGURE_ARGS worked well.
--without-ads
--without-ldap
Comment 1 Timur I. Bakeyev freebsd_committer freebsd_triage 2020-04-06 00:36:34 UTC
With both flags switched off the resulting CONFIGURE_ARGS is:

# make -V CONFIGURE_ARGS
--mandir="/usr/local/man"  --sysconfdir="/usr/local/etc"  --includedir="/usr/local/include/samba4"  --datadir="/usr/local/share/samba410"  --libdir="/usr/local/lib/samba4"  --with-privatelibdir="/usr/local/lib/samba4/private"  --with-pammodulesdir="/usr/local/lib"  --with-modulesdir="/usr/local/lib/samba4/modules"  --with-pkgconfigdir="/usr/local/libdata/pkgconfig"  --localstatedir="/var"  --with-piddir="/var/run/samba4"  --with-sockets-dir="/var/run/samba4"  --with-privileged-socket-dir="/var/run/samba4"  --with-lockdir="/var/db/samba4"  --with-statedir="/var/db/samba4"  --with-cachedir="/var/db/samba4"  --with-bind-dns-dir=/var/db/samba4/bind-dns  --with-privatedir="/var/db/samba4/private"  --with-logfilebase="/var/log/samba4" --with-pam  --with-iconv  --with-winbind  --with-regedit  --disable-rpath  --without-lttng  --without-gettext  --enable-pthreadpool  --without-fake-kaserver  --without-systemd  --enable-gnutls  --with-libarchive  --with-acl-support  --with-sendfile-support  --disable-ctdb-tests --without-ads --without-dnsupdate --enable-avahi --without-cluster-support --disable-cups --disable-iprint --verbose --enable-debug --with-fam --disable-glusterfs --without-gpgme --without-ldap --disable-dnssd --without-ntvfs-fileserver --with-profiling-data --with-quotas --disable-spotlight --with-syslog --with-utmp --nopycache --bundled-libraries="!libarchive,!cmocka,!talloc,!tevent,!tdb,ldb,replace,com_err,!pytalloc-util,!pytevent,!pytdb,pyldb,pyldb-util" --with-shared-modules="vfs_fruit,vfs_freebsd,idmap_nss,idmap_autorid,idmap_rid,idmap_hash,idmap_tdb,idmap_tdb2,idmap_script,nss_info_hash,vfs_cacheprime" --prefix=/usr/local  -j8 --accel-aes=intelaesni


So what's exactly the problem?