Clearer error messages
[mirror/userdir-ldap.git] / userdir-ldap.conf
1 # Config file for ldap scripts
2
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";
7 adminuser = "admin";
8
9 # Printable email addresses are shown as: 'cn mn sn <uid@emailappend>'
10 emailappend = "debian.org";
11
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";
22
23 # Echelon
24 ech_errorlog = "/org/db.debian.org/mail/Log/ech-errors.log"
25 ech_mainlog = "/org/db.debian.org/mail/Log/ech.log"
26
27 # User properties
28 defaultgid = 800;
29
30 # For the output generator
31 generateconf = "/etc/userdir-ldap/generate.conf"
32 generatedir = "/var/cache/userdir-ldap/hosts/";
33 passdir = "/etc/userdir-ldap/";
34
35 # GPG Things
36 gpg = "/usr/bin/gpg";
37 keyrings = "/usr/share/keyrings/debian-keyring.gpg:/usr/share/keyrings/debian-keyring.pgp";
38
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";
45
46 webloginurl = "login.cgi";
47 websearchurl = "search.cgi";
48 webupdateurl = "update.cgi";
49
50 weblogfile = "/var/log/userldap-web.log";
51
52 # When should authentication tokens expire?
53 authexpires = 600;
54
55 # How many bytes to use for the blowfish key (max = 56 (448 bits))
56 blowfishkeylen = 10;
57
58 # Change this!
59 authtokenpath = "/var/cache/userdir-ldap/web-cookies";
60 countrylist = "/var/www/userdir-ldap/domains.tab";
61
62 # Finger daemon settings
63 use_inetd = 0;