diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-02-26 08:42:40 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-02-26 08:42:40 +0000 |
commit | 899f06612a4768538bf23faf5e4b0f4377c6d399 (patch) | |
tree | 335772f6dcc3dbadfc31b4d5907967734be3c32a /test/fixtures/auth_sources.yml | |
parent | 7ae53845ac48bd8b0a87bf8faff3e16742c37cfe (diff) | |
download | redmine-899f06612a4768538bf23faf5e4b0f4377c6d399.tar.gz redmine-899f06612a4768538bf23faf5e4b0f4377c6d399.zip |
Moves the LDAP test server to a fixture.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3490 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/auth_sources.yml')
-rw-r--r-- | test/fixtures/auth_sources.yml | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/test/fixtures/auth_sources.yml b/test/fixtures/auth_sources.yml index 20670d5f5..e478ad0a7 100644 --- a/test/fixtures/auth_sources.yml +++ b/test/fixtures/auth_sources.yml @@ -1,2 +1,13 @@ ---- {} - +--- +auth_sources_001: + id: 1 + type: AuthSourceLdap + name: 'LDAP test server' + host: '127.0.0.1' + port: 389 + base_dn: 'OU=Person,DC=redmine,DC=org' + attr_login: uid + attr_firstname: givenName + attr_lastname: sn + attr_mail: mail + onthefly_register: true |