To run NTLMAPS at startup, you can add the following lines to
/etc/rc.local.

if [ -x /usr/local/bin/ntlmaps ]; then
	echo -n ' ntlmaps'; /usr/local/bin/ntlmaps -c /etc/ntlmaps.cfg &
fi
