7 lines
184 B
Plaintext
7 lines
184 B
Plaintext
|
To run NTLMAPS at startup, you can add the following lines to
|
||
|
/etc/rc.local.
|
||
|
|
||
|
if [ -x ${PREFIX}/bin/ntlmaps ]; then
|
||
|
echo -n ' ntlmaps'; ${PREFIX}/bin/ntlmaps -c /etc/ntlmaps.cfg &
|
||
|
fi
|