~cjwatson/debconf/dbus

« back to all changes in this revision

Viewing changes to debconf.conf

  • Committer: joeyh
  • Date: 2007-09-04 21:45:56 UTC
  • Revision ID: vcs-imports@canonical.com-20070904214556-2o6clh7qf8goknir
* Applied Davor Ocelic's patch adding a keybykey option to the LDAP
  DbDriver. Closes: #440857
  (Note that it currently has some minor uninitialised value warnings.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
#
58
58
# A remote LDAP database. It is also read-only. The password is really
59
59
# only necessary if the database is not accessible anonymously.
 
60
# Option KeyByKey instructs the backend to retrieve keys from the LDAP
 
61
# server individually (when they are requested), instead of loading all
 
62
# keys at startup. The default is 0, and should only be enabled if you
 
63
# want to track accesses to individual keys on the LDAP server side.
60
64
#Name: remotedb
61
65
#Driver: LDAP
62
66
#Server: remotehost
63
67
#BaseDN: cn=debconf,dc=domain,dc=com
64
68
#BindDN: uid=admin,dc=domain,dc=com
65
69
#BindPasswd: secret
 
70
#KeyByKey: 0
66
71
#
67
72
# A stack consisting of two databases. Values will be read from
68
73
# the first database in the stack to contain a value. In this example,