Created attachment 201404 [details] Make use of --with-ntlm-auth The software can use the ntlm_auth executable (provided by the Samba-suit), but defaults to /usr/bin/ntlm_auth. The simple patch adds a configure-option to point to a more likely location. Note, that Samba is not added as a dependency -- but if it happens to be installed at run-time, NTLM has a chance to work.
ping!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0e94a54ee19481e569344e95d5d28732ce3a86ef commit 0e94a54ee19481e569344e95d5d28732ce3a86ef Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2021-05-17 13:25:45 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2021-05-17 14:01:43 +0000 devel/libsoup: Massage features and options - From PR 235207 comes a patch from mi@ to use NTLM if it's there. Unfortunately, the switch to Meson has made this run-time-option a build-time-check, so the original patch isn't directly useful. Make samba a build-time dep, so that the code is enabled; there is a run-time check if the NTLM executable is available. - From PR 231160 comes a patch to configure different kinds of GSSAPI. That too doesn't apply with the current Meson build, but the general idea does. Build-tested in 8 configurations (but libsoup is nice that everything is #ifdeffed internally, so there's no plist or other visible changes) While here, add WWW line. PR: 235207 231160 Reported by: mi Reported by: Sergey Akhmatov devel/libsoup/Makefile | 20 ++++++++++++++++++-- devel/libsoup/pkg-descr | 2 ++ 2 files changed, 20 insertions(+), 2 deletions(-)