Trying to use ldap authentication with squid 2.4 Stable 1 on AIX 4.3.3
compiled squid_ldap_auth.c with SEARCHBASE modified to my ldap organization
compiled squid with the option --enable-auth-modules=\LDAP
in the squid.conf add
authenticate_program /usr/local/squid/libexec/squid/squid_ldap_auth 10.10.10.10
acl ldapuser proxy_auth REQUIRED
http_access allow ldapuser
and in debug_options ALL,1 28,6 29,5
here is what i get in cache.log file
2001/07/05 12:35:15| aclCheck: checking password via authenticator
2001/07/05 12:35:15| aclDecodeProxyAuth: header = 'Basic dGVzdGpmOnRlc3RqZg=='
2001/07/05 12:35:15| aclDecodeProxyAuth: cleartext = 'test:test'
2001/07/05 12:35:15| aclLookupProxyAuthStart: going to ask authenticator on test
2001/07/05 12:35:15| authenticateStart: 'test:test'
2001/07/05 12:35:15| helperDispatch: Request sent to authenticator #3, 14 bytes
2001/07/05 12:35:15| helperHandleRead: 0 bytes from authenticator #3.
2001/07/05 12:35:15| authenticateHandleReply: {<NULL>}
2001/07/05 12:35:15| aclLookupProxyAuthDone: result = NULL
This looks like the user doesn't exist, but I don't see any connection from the
proxy to the ldap server,
looks like the squid doesn't request the LDAP server ?
_______________________________________________________________________
Received on Thu Jul 05 2001 - 09:14:44 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:01:01 MST