Closed GoogleCodeExporter closed 9 years ago
Here is what I have in my configuration file :
<Authorization>
# Base DN
BaseDN "ou=People,dc=users,dc=test,dc=loc"
# User Search Filter
SearchFilter "uid=%u"
# Require Group Membership
RequireGroup true
# Add non-group members to a PF table (disabled)
#PFTable ips_vpn_users
<Group>
BaseDN "ou=Group,dc=users,dc=test,dc=loc"
SearchFilter "(|(cn=admins)(cn=vpn))"
MemberAttribute memberUid
# Add group members to a PF table (disabled)
#PFTable ips_vpn_eng
</Group>
</Authorization>
Original comment by SecFilte...@gmail.com
on 10 Mar 2009 at 3:47
Pretty sure this is a duplicate of Issue 7.
I am waiting on that ticket too.
Original comment by elij...@gmail.com
on 27 Dec 2009 at 11:56
Thanks, this issue is duplicate of #7, caused by RFC2307bis group checking.
Original comment by landon.j.fuller@gmail.com
on 29 Dec 2009 at 4:11
Original issue reported on code.google.com by
SecFilte...@gmail.com
on 10 Mar 2009 at 3:44