1 # Config file for ldap scripts
3 # ud-replicate client configuration:
4 # host from which to rsync the information (the one running ud-generate)
6 # hosts on which to use a local path to get the data (used as a shell glob later)
7 localsyncon = "*samosa*";
9 # Basic LDAP configuration
10 ldaphost = "db.debian.org";
12 basedn = "ou=users,dc=debian,dc=org";
13 hostbasedn = "ou=hosts,dc=debian,dc=org";
16 # Printable email addresses are shown as: 'cn mn sn <uid@emailappend>'
17 emailappend = "debian.org";
19 # For the mail interface
20 maildomain = "db.debian.org";
21 replyto = "admin@" + maildomain;
22 pingfrom = "ping@" + maildomain;
23 chpassfrom = "chpasswd@" + maildomain;
24 changefrom = "change@" + maildomain;
25 templatesdir = "/etc/userdir-ldap/templates/";
26 replaycachefile = "/var/cache/userdir-ldap/mail/replay";
27 #replaycachefile = "/tmp/replay";
28 fingerprintfile = "/etc/userdir-ldap/badfingerprints"
31 ech_errorlog = "/org/db.debian.org/mail/Log/ech-errors.log"
32 ech_mainlog = "/org/db.debian.org/mail/Log/ech.log"
37 # For the output generator
38 generateconf = "/etc/userdir-ldap/generate.conf"
39 generatedir = "/var/cache/userdir-ldap/hosts/";
41 multiplesshfiles = False
42 passdir = "/etc/userdir-ldap/";
46 # The whole set of all keyrings
47 keyrings = "/org/keyring.debian.org/keyrings/debian-keyring.gpg:/org/keyring.debian.org/keyrings/debian-keyring.pgp:/org/keyring.debian.org/keyrings/removed-keys.gpg:/org/keyring.debian.org/keyrings/removed-keys.pgp:/home/jgg/keys/extrakeys.gpg:/home/jgg/keys/guest-keys.gpg";
48 # Keyrings synced to other machines, if they need them
49 sync_keyrings = "/org/keyring.debian.org/keyrings/debian-keyring.gpg:/org/keyring.debian.org/keyrings/debian-keyring.pgp";
50 # Keyrings used to search in when new developers get added
51 add_keyrings = "/org/keyring.debian.org/keyrings/debian-keyring.gpg";
53 # For the WEB interface
54 webloginhtml = "login.html";
55 websearchhtml = "searchform.html";
56 websearchresulthtml = "searchresults.html";
57 webupdatehtml = "update.html";
58 hosthtml = "hostinfo.html";
60 webloginurl = "login.cgi";
61 websearchurl = "search.cgi";
62 webupdateurl = "update.cgi";
64 weblogfile = "/var/log/userldap-web.log";
66 # When should authentication tokens expire?
69 # How many bytes to use for the blowfish key (max = 56 (448 bits))
73 authtokenpath = "/var/cache/userdir-ldap/web-cookies";
74 countrylist = "/var/www/userdir-ldap/domains.tab";
76 # Finger daemon settings