Thanks in advance for any help......
Nick
--
I haven't used Squid (with directories, that is), but you can test with
"ldapsearch", part of OpenLDAP. It's probably installed, try "which
ldapsearch" or "find / -name ldapsearch" to find it. Once that works
and you verify that you can look up info from the directory you can
continue with Squid.
The base DN is usually "o=organization" for Novell. The DN you refer to
might be the LDAP proxy user.
auth_param basic program /usr/sbin/squid_ldap_auth -b o=<place
organisational unit info here..., LDAP will search below this
directory...> -u cn -s sub -D cn=LDAPProxyUserAccount,o=<place
organisational unit info here...>,ou=<place organisational unit info
here...> -f "(&(&objectClass=person) (cn=%s))
(groupMembership=cn=InternetAccess,o=<place organisational unit info
here>))" <IP-Address of the LDAP server>
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
This link was also helpful...
http://www.madriver.k12.oh.us/technology/whitepapers/squid-edirectory.pdf
Hope this helps...
"Nick" <ni...@dev.null> wrote in message
news:EDeLc.7275$gg....@prv-forum2.provo.novell.com...