Re: [squid-users] Squid ldap_group

2003-09-02 Thread Henrik Nordstrom
On Monday 01 September 2003 22.12, Guillermo Ettlin wrote: > My line say: > > -f "(&(cn=%g)(member=%u))" -F "(&(sAMAccountName=%s))" Does squid_ldap_auth work? If so, please give the full options of both squid_ldap_auth and squid_ldap_group. Regards Henrik -- Donations welcome if you consider

RE: [squid-users] Squid ldap_group

2003-09-01 Thread Guillermo Ettlin
My line say: -f "(&(cn=%g)(member=%u))" -F "(&(sAMAccountName=%s))" Don't work I untherstand... -Mensaje original- De: Henrik Nordstrom [mailto:[EMAIL PROTECTED] Enviado el: Monday, September 01, 2003 16:23 Para: Guillermo Ettlin; [EMAIL PROTECTED

Re: [squid-users] Squid ldap_group

2003-09-01 Thread Henrik Nordstrom
On Monday 01 September 2003 19.00, Guillermo Ettlin wrote: > I change the filter for: > > -f "(&(cn=%g)(member=%u))" > > Because member is the attribute that the group membership in AD > show, but don't work. With this filter you also need to specify the -F flag with the same data as used for th

RE: [squid-users] Squid ldap_group

2003-09-01 Thread Guillermo Ettlin
ermo Ettlin; [EMAIL PROTECTED] Asunto: Re: [squid-users] Squid ldap_group On Friday 29 August 2003 23.00, Guillermo Ettlin wrote: > external_acl_type ldap_group %LOGIN > /usr/local/libexec/squid_ldap_group -h ldapserver -b > "dc=myldap,dc=edu,dc=uy" -D "cn=auth,cn=

Re: [squid-users] Squid ldap_group

2003-08-29 Thread Henrik Nordstrom
On Friday 29 August 2003 23.00, Guillermo Ettlin wrote: > external_acl_type ldap_group %LOGIN > /usr/local/libexec/squid_ldap_group -h ldapserver -b > "dc=myldap,dc=edu,dc=uy" -D > "cn=auth,cn=users,dc=myldap,dc=edu,dc=uy" -w pass -f > "(&(objectClass=User)(sAMAccountName=%u)(memberOf=%g))" Are y

[squid-users] Squid ldap_group

2003-08-29 Thread Guillermo Ettlin
Help... please The LDAP is an Active Directory server. auth_param basic program /usr/local/libexec/squid_ldap_auth -b "dc=myldap,dc=edu,dc=uy" -h ldapserver -D "cn=auth,cn=users,dc=myldap,dc=edu,dc=uy" -w pass -f "(&(sAMAccountName=%s)(objectClass=Person))" acl users proxy_auth REQUIRED http_a