[squid-users] NTLM_Auth & LDAP_Group help needed.

2007-07-23 Thread nick w
Hi, I have had a look through the threads and see that there are a few threads on this particular issue but dealing with Unix based squid servers and not Windows platforms. I am having a little trouble getting the squid_ldap_group helper working with NTLM_Auth and running on a W2K3 server. With t

Re: [squid-users] NTLM_Auth & LDAP_Group help needed.

2007-07-23 Thread Angel Mieres
Hi nick, I don't have much experience on squid + Windows plataform but i recommend you to take the following way, you must try to separate authenticators and group clasificators by topic, i think you must use ntlm_auth with wbinfo_group or squid_ldap_auth with squid_ldap_group trying not mix

Re: [squid-users] NTLM_Auth & LDAP_Group help needed.

2007-07-24 Thread nick w
thanks for the reply Angel. I have read on the forums that these two helpers can be used together!? On 7/24/07, Angel Mieres <[EMAIL PROTECTED]> wrote: Hi nick, I don't have much experience on squid + Windows plataform but i recommend you to take the following way, you must try to separate auth

Re: [squid-users] NTLM_Auth & LDAP_Group help needed.

2007-07-28 Thread Henrik Nordstrom
On ons, 2007-07-25 at 08:36 +1000, nick w wrote: > thanks for the reply Angel. I have read on the forums that these two > helpers can be used together!? Yes. You can mixfreely.

Re: [squid-users] NTLM_Auth & LDAP_Group help needed.

2007-08-06 Thread nick w
Hi Henrik, Could you advise why the session hangs then? thanks Nick On 7/29/07, Henrik Nordstrom <[EMAIL PROTECTED]> wrote: > On ons, 2007-07-25 at 08:36 +1000, nick w wrote: > > thanks for the reply Angel. I have read on the forums that these two > > helpers can be used together!? > > Yes. You

Re: [squid-users] NTLM_Auth & LDAP_Group help needed.

2007-08-08 Thread Angel Mieres
These two helpers can be used togheter, the diference(i think) between using wbinfo_group.pl and ldap_group is that the first one is based on the name taked by wbinfo program(samba indirectly) and ldap_group is based on a ldap read. Then, how it says henrik you can mixfreely but you must take care

Re: [squid-users] NTLM_Auth & LDAP_Group help needed.

2007-08-08 Thread Henrik Nordstrom
On ons, 2007-08-08 at 12:07 +0200, Angel Mieres wrote: > These two helpers can be used togheter, the diference(i think) between > using wbinfo_group.pl and ldap_group is that the first one is based on > the name taked by wbinfo program(samba indirectly) and ldap_group is > based on a ldap read. wb

Re: [squid-users] NTLM_Auth & LDAP_Group help needed.

2007-08-08 Thread Angel Mieres
Henrik Nordstrom escribió: On ons, 2007-08-08 at 12:07 +0200, Angel Mieres wrote: These two helpers can be used togheter, the diference(i think) between using wbinfo_group.pl and ldap_group is that the first one is based on the name taked by wbinfo program(samba indirectly) and ldap_group is

Re: [squid-users] NTLM_Auth & LDAP_Group help needed.

2007-08-09 Thread Henrik Nordstrom
On tor, 2007-08-09 at 08:14 +0200, Angel Mieres wrote: > If you need to use the -S option then you have to use it in a different > manner, and obviously the different manner here is the way to call > helper, right? 8=) THe difference is in what is being used as login name. When doing an NTLM l

Re: [squid-users] NTLM_Auth & LDAP_Group help needed.

2007-08-09 Thread Henrik Nordstrom
On tis, 2007-08-07 at 15:06 +1000, nick w wrote: > Hi Henrik, > > Could you advise why the session hangs then? Not without more details on the hang. Regards Henrik signature.asc Description: This is a digitally signed message part

Re: RV: [squid-users] NTLM_Auth & LDAP_Group help needed.

2007-08-16 Thread nick w
d_ldap_auth -p -R -b "cn=Users,dc=yourdomain,dc=com" -D > "cn=USER,cn=Users,dc=yourdomain,dc=com" -w "PASS" -f > "(&(objectClass=person)(sAMAccountName=%s))" -h LDAP_SERVER > > > -Mensaje original- > De: nick w [mailto:[EMAIL PROT