2012/1/27 "Tiziano Müller" tiziano.mueller@stepping-stone.ch:
To build the smbk5pwd on SLES I patched the original spec file and the Makefile for smbk5pwd to enable only Shadow- and LM/NT-Hash password synchronization (no Kerberos/Heimdal support).
Hi,
I do not have the answer to your problem, but would just let you know that you don't need to patch the Makefile to disable Kerberos support. Just use the DEFS parameter in the make command:
make "DEFS=-DDO_SAMBA -DDO_SHADOW"
Clément.