limiting GITBlit access by LDAP group

change the realm.ldap.accountPattern by adding the memberOf and then the CN of the group

realm.ldap.accountPattern = (&(objectClass=person)(uid=${username})(memberOf=cn=gitusers,cn=groups,cn=accounts,dc=foo))