Mercurial > hg > soundsoftware-site
annotate .svn/pristine/33/33b064777c7814b0bfea3fc391793dc9acb2090a.svn-base @ 1458:b1f4c9a2af24 bug_794
Makes the default radio button checked by default -- this should fix bug #794.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Mon, 11 Nov 2013 18:25:22 +0000 |
parents | 038ba2d95de8 |
children |
rev | line source |
---|---|
Chris@1296 | 1 --- |
Chris@1296 | 2 auth_sources_001: |
Chris@1296 | 3 id: 1 |
Chris@1296 | 4 type: AuthSourceLdap |
Chris@1296 | 5 name: 'LDAP test server' |
Chris@1296 | 6 host: '127.0.0.1' |
Chris@1296 | 7 port: 389 |
Chris@1296 | 8 base_dn: 'OU=Person,DC=redmine,DC=org' |
Chris@1296 | 9 attr_login: uid |
Chris@1296 | 10 attr_firstname: givenName |
Chris@1296 | 11 attr_lastname: sn |
Chris@1296 | 12 attr_mail: mail |
Chris@1296 | 13 onthefly_register: false |