Merged from debian branch
[mirror/userdir-ldap.git] / userdir-ldap.conf
1 # Config file for ldap scripts
2
3 # ud-replicate client configuration:
4 # host from which to rsync the information (the one running ud-generate)
5 synchost = "db";
6 # hosts on which to use a local path to get the data (used as a shell glob later)
7 localsyncon = "*samosa*";
8
9 # Basic LDAP configuration
10 ldaphost = "db.debian.org";
11 basedn   = "ou=users,dc=debian,dc=org";
12 hostbasedn = "ou=hosts,dc=debian,dc=org";
13 adminuser = "admin";
14
15 # Printable email addresses are shown as: 'cn mn sn <uid@emailappend>'
16 emailappend = "debian.org";
17
18 # For the mail interface
19 maildomain = "db.debian.org";
20 replyto = "admin@" + maildomain;
21 pingfrom = "ping@" + maildomain;
22 chpassfrom = "chpasswd@" + maildomain;
23 changefrom = "change@" + maildomain;
24 templatesdir = "/etc/userdir-ldap/templates/";
25 replaycachefile = "/var/cache/userdir-ldap/mail/replay";
26 #replaycachefile = "/tmp/replay";
27
28 # Echelon
29 ech_errorlog = "/org/db.debian.org/mail/Log/ech-errors.log"
30 ech_mainlog = "/org/db.debian.org/mail/Log/ech.log"
31
32 # User properties
33 defaultgid = 800;
34
35 # For the output generator
36 generateconf = "/etc/userdir-ldap/generate.conf"
37 generatedir = "/var/cache/userdir-ldap/hosts/";
38 passdir = "/etc/userdir-ldap/";
39
40 # GPG Things
41 gpg = "/usr/bin/gpg";
42 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";
43
44 # For the WEB interface
45 webloginhtml = "login.html";
46 websearchhtml = "searchform.html";
47 websearchresulthtml = "searchresults.html";
48 webupdatehtml = "update.html";
49 hosthtml = "hostinfo.html";
50
51 webloginurl = "login.cgi";
52 websearchurl = "search.cgi";
53 webupdateurl = "update.cgi";
54
55 weblogfile = "/var/log/userldap-web.log";
56
57 # When should authentication tokens expire?
58 authexpires = 600;
59
60 # How many bytes to use for the blowfish key (max = 56 (448 bits))
61 blowfishkeylen = 10;
62
63 # Change this!
64 authtokenpath = "/var/cache/userdir-ldap/web-cookies";
65 countrylist = "/var/www/userdir-ldap/domains.tab";
66
67 # Finger daemon settings
68 # use_inetd = 1;