попробуйте так:
Код:
./configure -enable-auth="ntlm,basic"
--enable-basic-auth-helpers="SMB"
--enable-ntlm-auth-helpers="SMB"
И на будущее: читайте вывод команды ./configure --help. Там ведь написано:
--enable-basic-auth-helpers="list of helpers"
This option selects which basic scheme proxy_auth
helpers to build and install as part of the normal
build process.
For a list of available
helpers see the helpers/basic_auth directory.
Смотрим содержимое директории helpers/basic_auth и не видим там никакого winbind, зато видим SMB.