On 17/10/2015 9:15 a.m., Yuri Voinov wrote:
> 
> In my setup exists these helpers:
> 
> http://i.imgur.com/mbfhojY.png
> 
> with this configuration:
> 
> ./configure '--prefix=/usr/local/squid' '--enable-translation'
...
> '--enable-cache-digests' '--with-dl' '--enable-auth-negotiate=none'
> '--disable-auth-digest' '--disable-auth-ntlm'

:-) disabling auth is not going to be much help to someone wanting auth
to work.

> 
> 17.10.15 2:02, Sebastien.Boulianne пишет:
> 

>>       > squid -v
> 
>>       > Squid Cache: Version 3.5.10-20151001-r13933
> 
>>       > Service Name: squid
> 
>>       > configure options:  '--build=x86_64-redhat-linux-gnu'
...
>>       '--enable-auth-basic=DB,LDAP,NCSA,NIS,POP3,RADIUS,SASL,SMB,getpwnam'
>>       '--enable-auth-ntlm=smb_lm,fake'
>>       '--enable-auth-digest=file,LDAP,eDirectory'
>>       '--enable-auth-negotiate=kerberos'
>> '--enable-external-acl-helpers=file_userip,LDAP_group,time_quota,session,unix_group,wbinfo_group'
...

So LDAP is being attempted to be built. But it may not be if any of the
dependencies (the LDAP libraries etc) are missing.

Check the config.log file created during build to see if the LDAP
helpers are actually built or "Found but cannot be built".


> 
>> How can I ask LDAP credentials for a
>> user who want to access a directory on another server ?
> 

By directory are you meaning the AD? a filesystem directory, or
something else ?

User clients access URLs through Squid.

Amos
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to