I also now found that the example for ldap search in squidguard is
similar to my conclusion.
http://www.squidguard.org/Doc/authentication.html
##START
ldapbinddn cn=root, dc=example, dc=com
ldapbindpass myultrasecretpassword
# ldap cache time in seconds
ldapcachetime 300
src my_users {
ldapusersearch
ldap://ldap.example.com/cn=squidguardusers,ou=groups,dc=example,dc=com?memberUid?sub?(&(objectclass=posixGroup)(memberUid=%s))
}
src allowed_ips {
ldapipsearch
ldap://ldap.example.com/ou=internetcomputers,dc=example,dc=com?iphostnumber?sub?(&(objectclass=iphost)(iphostnumber=%s))
}
##END
Eliezer
On 31/07/2015 17:36, brendan kearney wrote:
Not near my gear and notes, but will get you what I have later.
_______________________________________________
squid-users mailing list
squid-users@xxxxxxxxxxxxxxxxxxxxx
http://lists.squid-cache.org/listinfo/squid-users