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 #templatesdir = "./templates/";
20 replaycachefile = "/var/cache/userdir-ldap/replay";
21 #replaycachefile = "/tmp/replay";
24 ech_errorlog = "/org/db.debian.org/mail/Log/ech-errors.log"
25 ech_mainlog = "/org/db.debian.org/mail/Log/ech.log"
30 # For the output generator
31 generateconf = "/etc/userdir-ldap/generate.conf"
32 generatedir = "/var/cache/userdir-ldap/hosts/";
33 passdir = "/etc/userdir-ldap/";
37 keyrings = "/usr/share/keyrings/debian-keyring.gpg:/usr/share/keyrings/debian-keyring.pgp";
39 # For the WEB interface
40 webloginhtml = "login.html";
41 websearchhtml = "searchform.html";
42 websearchresulthtml = "searchresults.html";
43 webupdatehtml = "update.html";
44 hosthtml = "hostinfo.html";
46 webloginurl = "login.cgi";
47 websearchurl = "search.cgi";
48 webupdateurl = "update.cgi";
50 weblogfile = "/var/log/userldap-web.log";
52 # When should authentication tokens expire?
55 # How many bytes to use for the blowfish key (max = 56 (448 bits))
59 authtokenpath = "/var/cache/userdir-ldap/web-cookies";
60 countrylist = "/var/www/userdir-ldap/domains.tab";
62 # Finger daemon settings