Andrew,

by my quick research the group "Domain Users" are a special group, and
are not a good group do this job, maybe is better to use other group
where you turn all users members off it.

To include a check of group you should use a ldap filter in your
request, something like this:
-f "(&(objectClass=person)(memberOf=CN=Manual Domain Users,
CN=Users,dc=bsuir,dc=by))"

A good reference is http://workaround.org/moin/SquidLdap.

[]'s
Klaubert


On Jan 18, 2008 6:36 AM, koluchy <[EMAIL PROTECTED]> wrote:
>
> I have my users in a group at the 'Domain Users', default container 'Users'.
>
> Authentication for users in the 'Users' container works well:
> ./squid_ldap_auth -u cn -b "cn=Users,dc=bsuir,dc=by" 172.16.83.1
> squidtest squidtest
> OK
>
> How do I check authentication for users in the 'Domain Users'group in a
> container Users? What command line parameters for squid_ldap_auth use?
>
> I saw the squid_ldap_auth manual, but I do not help solve the problem.
>
> please help me
>
> Regards
>    Andrew Matskevich
> --
> View this message in context: 
> http://www.nabble.com/squid_ldap_auth-%2B-ad2003-tp14948010p14948010.html
> Sent from the Squid - Users mailing list archive at Nabble.com.
>
>

Reply via email to