[squid-users] Need help with openldap

2005-12-14 Thread jotacekm
Hi
I need touse a ldap base to authenticate squid users. I already have openldap
installed.
I searched the web and i saw a lot of people talking about ldap_auth in the
squid.conf file, but i dont have that ldap_auth file, and i cant seem to find it
anywhere!

Second thing, how do you guys create the openldap squid user database? Im 
looking
for something like a squid.schema, is there such a schema? Or what should i do?
Thanks in advance.



Re: [squid-users] Need help with openldap

2005-12-14 Thread Christoph Haas
On Wednesday 14 December 2005 19:31, [EMAIL PROTECTED] wrote:
> I need touse a ldap base to authenticate squid users. I already have
> openldap installed.
> I searched the web and i saw a lot of people talking about ldap_auth in
> the squid.conf file, but i dont have that ldap_auth file, and i cant
> seem to find it anywhere!

Should come with Squid. In Debian for example it installs 
as /usr/lib/squid/ldap_auth.

> Second thing, how do you guys create the openldap squid user database?
> Im looking for something like a squid.schema, is there such a schema? Or
> what should i do? Thanks in advance.

No need for a special schema. Use whatever you have/want and define 
appropriate filters to query your directory.

 Christoph
-- 
~
~
".signature" [Modified] 1 line --100%--1,48 All


Re: [squid-users] Need help with openldap

2005-12-14 Thread Ghislain Garcon
Christoph Haas a écrit :

>On Wednesday 14 December 2005 19:31, [EMAIL PROTECTED] wrote:
>  
>
>>I need touse a ldap base to authenticate squid users. I already have
>>openldap installed.
>>I searched the web and i saw a lot of people talking about ldap_auth in
>>the squid.conf file, but i dont have that ldap_auth file, and i cant
>>seem to find it anywhere!
>>
>>
>
>Should come with Squid. In Debian for example it installs 
>as /usr/lib/squid/ldap_auth.
>
>  
>
If you build your own squid the option is :"
--enable-basic-auth-helpers" to install all the basic authentication
helpers or you can use --enable-basic-auth-helpers="LDAP" to install
only LDAP helper. Then you will find in libexec the program as
squid_ldap_auth.

Regards.

Ghislain Garçon.