stable
Clone or download
Read-only
story #8618: SVN authentication with mod_perl is able to fallback to LDAP
To test this, you have to: - use LDAP for the authentication at the platform level - use the modperl authentication mode enabled for LDAP - have a project with the SVN LDAP authentication enabled (take a look at the table plugin_ldap_svn_repository) - deploy the latest Tuleap Auth perl module for Apache - grant rights to dbauthuser: GRANT SELECT ON plugin_ldap_user TO dbauthuser; FLUSH PRIVILEGES; Change-Id: I14d06e3b2860b7c3617d2a445400dfe528485ad3
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/ldap/README.txt | +4 | −0 | Go to diff View file |
A | plugins/ldap/include/LDAP_SVN_Apache_ModPerl.class.php | +50 | −0 | Go to diff View file |
M | plugins/ldap/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/ldap/include/ldapPlugin.class.php | +5 | −1 | Go to diff View file |
M | src/common/event/Event.class.php | +1 | −0 | Go to diff View file |
M | src/common/svn/SVN_Apache_Auth_Factory.class.php | +5 | −3 | Go to diff View file |
M | src/utils/svn/Tuleap.pm | +205 | −34 | Go to diff View file |
M | tools/rpm/tuleap.rhel6.spec | +1 | −1 | Go to diff View file |
M | tools/rpm/tuleap.spec | +1 | −1 | Go to diff View file |