I am using LDAP mailid for authentication for example user@gitadmin.com and its corresponding password. The pub key which i have provided is gitolite.pub. Below is my gitolite.conf
repo gitolite-admin
RW+ = gitolite
repo testing
RW+ = @all
How does gitolite understands that the users key is as that of gitolite.pub and does further authorization. All my developers would be using their mailid for authentication. How can they get authorizad. What configuration change should i give? Help would be much appreciated. Thanks