Re: LDAP proxy_auth problem

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Wed, 19 May 1999 10:35:26 +0200

Adam Williams wrote:

> authenticate_program /usr/local/bin/ldap_auth littleboy 389 "o=Morrison
> Industries, c=US" uid

Hmm.. I am not sure the squid.conf parsing of such argument lines is
fully correct. Try replacing ldap_auth with a small wrapper which starts
ldap_auth with the correct arguments instead of specifying the arguments
in squid.conf.

authenticate_program /usr/local/bin/ldap_auth.wrapper

/usr/local/bin/ldap_auth.wrapper:
#!/bin/sh
exec /usr/local/bin/ldap_auth littleboy 389 "o=Morrison Industries,
c=US" uid

--
Henrik Nordstrom
Spare time Squid hacker
Received on Wed May 19 1999 - 02:44:59 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:46:20 MST