summaryrefslogtreecommitdiffstats
path: root/test/fixtures/auth_sources.yml
blob: e478ad0a7170e1ec97708515e28233c0fc771c33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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