I've already set up my git repos with LDAP authentication. Everything works fine except for the fact that Git allows to put just anything as the committer or author name when you commit. I would need Git to put as the commiter and author name the LDAP authenticated user. I don't want to let anyone in my team to put whatever they want.
Currently we're trying Egit (plugin for Eclipse), which demands author and commiter fields. But still I see that the commit commands also allow to just put anything there. So it seems to be a Git feature. Does it have to do with the fact that it is distributed?
In the questions I've read about authenticating with LDAP, no one seems to be bothered by this. At first I thought that the manual Apache setup I made for this (following Q's and A's found here) was the problem, but using Gitblig which leverages this setup a lot, it is the same.
So the question is: Can I commit to GIT repos with the LDAP user as the commiter/author name?