openbsd-ports/www/ntlmaps/pkg/MESSAGE
wcmaier 552d46603e import ntlmaps 0.9.9.0.1
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
2008-04-16 17:34:47 +00:00

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