> I writed my own ldap auth script under perl, my script gives ERR or
>OK after the authentication proccess was finished ...
> When I run the squid under a bash shell it works fine, but if I try
>to use the same script under squid (at the auth_param)
> I received every time a denied access ... and the following message:
>WARNING: basicauthenticator #1 (FD 7) exited
When you tested from the bash shell, did the script exit after
printing OK
or ERR, or did it wait for more input? The authenticator needs to loop
so
that it can accept any number of username/password pairs, one at a
time.
Also, why did you write your own? Why not use the built-in helper?
Adam
Received on Tue Aug 26 2003 - 09:32:32 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:19:07 MST