1 # Config file for ldap scripts
3 # Basic LDAP configuration
4 ldaphost = "db.debian.org";
5 basedn = "ou=users,dc=debian,dc=org";
6 hostbasedn = "ou=hosts,dc=debian,dc=org";
9 # Printable email addresses are shown as: 'cn mn sn <uid@emailappend>'
10 emailappend = "debian.org";
12 # For the mail interface
13 maildomain = "db.debian.org";
14 replyto = "admin@" + maildomain;
15 pingfrom = "ping@" + maildomain;
16 chpassfrom = "chpasswd@" + maildomain;
17 changefrom = "change@" + maildomain;
18 templatesdir = "/etc/userdir-ldap/templates/";
19 replaycachefile = "/var/cache/userdir-ldap/mail/replay";
20 #replaycachefile = "/tmp/replay";
23 ech_errorlog = "/org/db.debian.org/mail/Log/ech-errors.log"
24 ech_mainlog = "/org/db.debian.org/mail/Log/ech.log"
29 # For the output generator
30 generateconf = "/etc/userdir-ldap/generate.conf"
31 generatedir = "/var/cache/userdir-ldap/hosts/";
32 passdir = "/etc/userdir-ldap/";
36 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";
38 # For the WEB interface
39 webloginhtml = "login.html";
40 websearchhtml = "searchform.html";
41 websearchresulthtml = "searchresults.html";
42 webupdatehtml = "update.html";
43 hosthtml = "hostinfo.html";
45 webloginurl = "login.cgi";
46 websearchurl = "search.cgi";
47 webupdateurl = "update.cgi";
49 weblogfile = "/var/log/userldap-web.log";
51 # When should authentication tokens expire?
54 # How many bytes to use for the blowfish key (max = 56 (448 bits))
58 authtokenpath = "/var/cache/userdir-ldap/web-cookies";
59 countrylist = "/var/www/userdir-ldap/domains.tab";
61 # Finger daemon settings