I have set up a git server in windows using the apache http mod. Users come in through apache using their ldap credentials. This works great except all users have access to pull/push all repositories.
How can I define which users have permission to push to the repository and leave it wide open for pulling?