Hi, I have configured gitorious to use LDAP for authorization. I am able to log in using the user. As a next step I wanted to upload SSH keys but my profile is not accessible - Apache returns 403 - Access forbidden. It is somehow weird because the admin account or an account created within Gitorious (not LDAP account) works correctly.
I have set use_ldap_authorization: true My LDAP tree looks like this: - dc=mycompany,dc=com --- ou=People ------ ou=Developers ----------- uid=user1 ----------- uid=user2 ------ ou=Customers ----------- uid=customer1 ------ ou=Testers ----------- uid=tester1 My groups are in: ou=Groups,dc=mycompany,dc=com ... e.g. cn=developers,ou=Groups,dc=mycompany,dc=com Members are identified by memberUid. Error from Apache log: (13)Permission denied: access to /~user1 denied, referer: https://git.mycompany.com/ I also enabled debug logging but except this I don't get anything else. Can you point me to something? Many thanks. -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
