Echelon
[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 replaycachefile = "/var/cache/userdir-ldap/replay";
20 #replaycachefile = "/tmp/replay";
21
22 # Echelon
23 ech_errorlog = "/org/db.debian.org/mail/Log/ech-errors.log"
24 ech_mainlog = "/org/db.debian.org/mail/Log/ech.log"
25
26 # User properties
27 defaultgid = 800;
28
29 # For the output generator
30 generateconf = "/etc/userdir-ldap/generate.conf"
31 generatedir = "/var/cache/userdir-ldap/hosts/";
32 passdir = "/etc/userdir-ldap/";
33
34 # GPG Things
35 gpg = "/usr/bin/gpg";
36 keyrings = "/usr/share/keyrings/debian-keyring.gpg:/usr/share/keyrings/debian-keyring.pgp";
37
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";
44
45 webloginurl = "login.cgi";
46 websearchurl = "search.cgi";
47 webupdateurl = "update.cgi";
48
49 weblogfile = "/var/log/userldap-web.log";
50
51 # When should authentication tokens expire?
52 authexpires = 600;
53
54 # How many bytes to use for the blowfish key (max = 56 (448 bits))
55 blowfishkeylen = 10;
56
57 # Change this!
58 authtokenpath = "/var/cache/userdir-ldap/web-cookies";
59 countrylist = "/var/www/userdir-ldap/domains.tab";
60
61 # Finger daemon settings
62 use_inetd = 0;