Problem configuring squid ldap SSO

I installed a squid proxy 3.5.10 in a openSUSE13.2.
I’m triyng to configure the authentication through Active Directory SSO but i cant find the squid_ldap_auth and squid_ldap_group modules. Need i install the modules independently? where i can find them?

Thanks so much.

I haven’t tried to set this up personally,
But from what I’m reading you need to verify the following 2 files exist on your system that provide LDAP squid support

ldap_auth (or sometimes named squid_ldap_auth)
squid_ldap_group

If you have locate installed (or use find which will work but is efficient), you can verify the location and existence of those files.

If those files don’t exist (I’d be surprised), I think that you need to find a version of squid with those file already compiled.

After the above, then the following two MAN pages should help you complete your task
http://linux.die.net/man/8/squid_ldap_auth
http://linux.die.net/man/8/squid_ldap_group

HTH,
TSU

Thanks for the reply .
I read documentation about squid_ldap_auth and group_ldap_auth but can not find those modules .

I try to install another version of squid

Thanks .

Submit your request to https://bugzilla.opensuse.org.
It might not happen right away, but hopefully the maintainer will make sure to include those modules the next time you want to set this up.

TSU