Hello I have an SVN where a user can login through two accounts. For example, will...@example.com and will...@example.org. The access rules however are tailored for one domain
I want to prevent users in one domain being able to commit. I however don't want to list them all again. Its there a way one can use a wild card to match all users in a specific domain in the auth file? Something like *@example.org to match all users who login from example.org accounts? Any pointer is highly appreciated. Regards, William