You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I tried to configure authorization for an SVN instance that is integrated with Crowd and ran into the following error:
Invalid command 'AuthzSVNCrowdAccessFile', perhaps misspelled or defined by a module not included in the server configuration
I'm using CollabNet's SVN that is runnning on Red Hat Linux with Atlassian's Crowd-Apache Connector 2.0. Authentication against Crowd when not using AuthzSVNCrowdAccessFile directive works just fine. Any ideas anyone?
after rpm installed, module mod_authz_svn_crowd.so not added into httpd.conf, and configtest not passed
I add him into my subversion.conf, all working perfect (CentOS 5.8):
LoadModule dav_svn_module modules/mod_dav_svn.so LoadModule authz_svn_module modules/mod_authz_svn.so LoadModule authnz_crowd_module /usr/lib64/httpd/modules/mod_authnz_crowd.so LoadModule authz_svn_crowd_module /usr/lib64/httpd/modules/mod_authz_svn_crowd.so
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Rafal,
I'm afraid it won't work with version 5.3, at least if you use rhel5.5. I've seen this error before. Nevertheless, I didn't try to rebuild from the source, I believe it's a good shoot.
Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Leandro,
Any idea what the root cause is? Like I said, I also tried with CentOS 5.5 which is rhel5.5 and it did not work...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Rafal,
Please, check what version of version of Red Hat Linux you're using. The error you mentioned usually occurs do to a Crowd Apache Connector invalid version (regarding the version of your OS). Please, try to rebuild this using the following documentation:
Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Leandro,
I've actually tried it on both Red Hat 5.3 and CentOS 5.5 and hit the problem on both machines. I've used rhel5.5/mod_authnz_crowd-2.0.1-1.x86_64.rpm on both. I had no problems with installation - I only hit the problem when trying authorization. Do you think rebuilding from source can fix it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.