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 # Domain for hosts, defaults to emailappend if not present
20 #hostdomain = "debian.org"
22 # For the mail interface
23 maildomain = "db.debian.org";
24 replyto = "admin@" + maildomain;
25 pingfrom = "ping@" + maildomain;
26 chpassfrom = "chpasswd@" + maildomain;
27 changefrom = "change@" + maildomain;
28 templatesdir = "/etc/userdir-ldap/templates/";
29 replaycachefile = "/var/cache/userdir-ldap/mail/replay";
30 #replaycachefile = "/tmp/replay";
31 fingerprintfile = "/etc/userdir-ldap/badfingerprints"
34 ech_errorlog = "/org/db.debian.org/mail/Log/ech-errors.log"
35 ech_mainlog = "/org/db.debian.org/mail/Log/ech.log"
40 # For the output generator
41 generateconf = "/etc/userdir-ldap/generate.conf"
42 generatedir = "/var/cache/userdir-ldap/hosts/";
43 passdir = "/etc/userdir-ldap/";
47 # The whole set of all keyrings
48 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";
49 # Keyrings synced to other machines, if they need them
50 sync_keyrings = "/org/keyring.debian.org/keyrings/debian-keyring.gpg:/org/keyring.debian.org/keyrings/debian-keyring.pgp";
51 # Keyrings used to search in when new developers get added
52 add_keyrings = "/org/keyring.debian.org/keyrings/debian-keyring.gpg";
54 # For the WEB interface
55 webloginhtml = "login.html";
56 websearchhtml = "searchform.html";
57 websearchresulthtml = "searchresults.html";
58 webupdatehtml = "update.html";
59 hosthtml = "hostinfo.html";
61 webloginurl = "login.cgi";
62 websearchurl = "search.cgi";
63 webupdateurl = "update.cgi";
65 weblogfile = "/var/log/userldap-web.log";
67 # When should authentication tokens expire?
70 # How many bytes to use for the blowfish key (max = 56 (448 bits))
74 authtokenpath = "/var/cache/userdir-ldap/web-cookies";
75 countrylist = "/var/www/userdir-ldap/domains.tab";
77 # Finger daemon settings