552d46603e
NTLM Authorization Proxy Server is an http proxy server that allows you to authenticate via the proprietary NTLM protocol, so you can use web sites and web proxies that require NTLM authorization. ok and help from sthen, merdely; 'schaweet' marco
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
|