Mercurial > hg > soundsoftware-site
annotate .svn/pristine/b7/b7ce32d6d323c0c17625f798be613bed9b23b225.svn-base @ 1479:2d7e82037daa bibplugin_cache
Close obsolete branch bibplugin_cache
author | Chris Cannam |
---|---|
date | Thu, 22 Nov 2012 15:09:58 +0000 |
parents | cbb26bc654de |
children |
rev | line source |
---|---|
Chris@909 | 1 --- |
Chris@909 | 2 auth_sources_001: |
Chris@909 | 3 id: 1 |
Chris@909 | 4 type: AuthSourceLdap |
Chris@909 | 5 name: 'LDAP test server' |
Chris@909 | 6 host: '127.0.0.1' |
Chris@909 | 7 port: 389 |
Chris@909 | 8 base_dn: 'OU=Person,DC=redmine,DC=org' |
Chris@909 | 9 attr_login: uid |
Chris@909 | 10 attr_firstname: givenName |
Chris@909 | 11 attr_lastname: sn |
Chris@909 | 12 attr_mail: mail |
Chris@909 | 13 onthefly_register: true |