search for: samba3_binary

Displaying 2 results from an estimated 2 matches for "samba3_binary".

2023 Oct 14
3
Compiling within Samba Source-Tree
...ource3/utils/smbpasswd.c into source3/utils/smbscardd.c, replaced main() and removed all unneccessary routines. I then duplicated the smbpasswd-rules in Makefile as well so calling make would create the daemon. Samba4 uses a new build system, so I added source3/utils/smbscardd.c and replaced bld.SAMBA3_BINARY('smbpasswd', ???????????????? source='smbpasswd.c', ???????????????? deps=''' ???????????????? talloc ???????????????? smbconf ???????????????? pdb ???????????????? PASSWD_UTIL ???????????????? PASSCHANGE ???????????????? cmdline_contexts ???????????????? '&...
2023 Oct 15
1
Compiling within Samba Source-Tree
Hi Ralph, Thanks very much - I will try your suggestions and let you know wether that helped or not Peter Am 15.10.2023 um 14:33 schrieb Ralph Boehme: > On 10/14/23 23:43, Peter Koch via samba wrote: >> It must be possible to tell the build-system that smbscardd needs >> -lcrypto >> Please let me know how. > > ./source3/wscript:???