diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2010-02-16 16:40:50 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2010-02-16 16:40:50 +0000 |
commit | 7b6b147761a689aa07d83068e77348a3d3f84cfa (patch) | |
tree | e7a8166d2adc4bdf5924672f81b4b6a508e17ffd /doc/RUNNING_TESTS | |
parent | 49bfee053593604ad2a3eb487ac1e5b9fef5dd8c (diff) | |
download | redmine-7b6b147761a689aa07d83068e77348a3d3f84cfa.tar.gz redmine-7b6b147761a689aa07d83068e77348a3d3f84cfa.zip |
Added some tests for the LDAP authentication.
Includes an export of an LDAP database to use in testing.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3438 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc/RUNNING_TESTS')
-rw-r--r-- | doc/RUNNING_TESTS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/RUNNING_TESTS b/doc/RUNNING_TESTS index 7114af4ee..bccd3d6f9 100644 --- a/doc/RUNNING_TESTS +++ b/doc/RUNNING_TESTS @@ -22,3 +22,14 @@ To test the support, a test repository needs to be created for each of those. Run `rake --tasks test:scm:setup` for a list of available test-repositories or run `rake test:scm:setup:all` to set up all of them +Creating a test ldap database +============================= + +Redmine supports using LDAP for user authentications. To test LDAP +with Redmine, load the LDAP export from test/fixtures/ldap/test-ldap.ldif +into a testing LDAP server. Test that the ldap server can be accessed +at 127.0.0.1 on port 389. + +Setting up the test ldap server is beyond the scope of this documentation. +The OpenLDAP project provides a simple LDAP implementation that should work +good as a test server. |