Ok this is gonna be my last crazy cry for help! I promise.
I got squid working with ldap and doing logins based off our openldap
server. Cool.
Heres my delemma. We have 2 different directory servers with 2 different
base dn
Our student directory is an openldap server with the base dn of
dc=newberg,dc=k12,dc=or,dc=us
Our staff directory is Novell Edirectory with a base dn of o=DIST
And I need the teachers and the students to be able to auth to use the
internet. See my problem?
I need the one squid server to work with both directories some how. I
deleted the base dn from the squid config file and set up a referal on the
openldap server but that totally didn't work.
I also tried adding both servers like this
auth_param basic program /usr/lib/squid/squid_ldap_auth -u cn -b
ou=people,dc=newberg,dc=k12,dc=or,dc=us -f (uid=%s) -h
ldap.newberg.k12.or.us
auth_param basic program /usr/lib/squid/squid_ldap_auth -u cn -b o=DIST -f
(cn=%s) -h 172.16.16.30
No luck with that either.
I was thinking I could maybe set up something with the squid_ldap_group
module but It looks like that reguires the root dn as well
Any ideas or pointers on this one?
- Jamie
Received on Thu May 15 2003 - 16:59:38 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:16:41 MST