I'd like to make use of LDAP groups in my Subversion Edge "Repository Access Rules".
For example, if LDAP user smokris is a member of LDAP group dev, I'd like to be able to grant the dev group access to test-repository, without having to explicitly add each member of group dev to the Repository Access Rules.
What's the syntax for that?
I tried:
[test-repository:/]
dev=rw
[/]
*=
...but user smokris is denied access.