reimport initial multiple ssh keys code which bzr kindly threw away after merging...
[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 fingerprintfile = "/etc/userdir-ldap/badfingerprints"
28
29 # Echelon
30 ech_errorlog = "/org/db.debian.org/mail/Log/ech-errors.log"
31 ech_mainlog = "/org/db.debian.org/mail/Log/ech.log"
32
33 # User properties
34 defaultgid = 800;
35
36 # For the output generator
37 generateconf = "/etc/userdir-ldap/generate.conf"
38 generatedir = "/var/cache/userdir-ldap/hosts/";
39 singlesshfile = True
40 multiplesshfiles = False
41 passdir = "/etc/userdir-ldap/";
42
43 # GPG Things
44 gpg = "/usr/bin/gpg";
45 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";
46
47 # For the WEB interface
48 webloginhtml = "login.html";
49 websearchhtml = "searchform.html";
50 websearchresulthtml = "searchresults.html";
51 webupdatehtml = "update.html";
52 hosthtml = "hostinfo.html";
53
54 webloginurl = "login.cgi";
55 websearchurl = "search.cgi";
56 webupdateurl = "update.cgi";
57
58 weblogfile = "/var/log/userldap-web.log";
59
60 # When should authentication tokens expire?
61 authexpires = 600;
62
63 # How many bytes to use for the blowfish key (max = 56 (448 bits))
64 blowfishkeylen = 10;
65
66 # Change this!
67 authtokenpath = "/var/cache/userdir-ldap/web-cookies";
68 countrylist = "/var/www/userdir-ldap/domains.tab";
69
70 # Finger daemon settings
71 # use_inetd = 1;