You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
266 B
14 lines
266 B
6 years ago
|
---
|
||
|
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: false
|