Add hostnames from the host purpose field to the ssh_known_hosts file (by tomv_w)
[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 usessl   = True;
12 basedn   = "ou=users,dc=debian,dc=org";
13 hostbasedn = "ou=hosts,dc=debian,dc=org";
14 adminuser = "admin";
15
16 # Printable email addresses are shown as: 'cn mn sn <uid@emailappend>'
17 emailappend = "debian.org";
18
19 # Domain for hosts, defaults to emailappend if not present
20 #hostdomain = "debian.org"
21
22 # For the mail interface
23 maildomain = "db.debian.org";
24 replyto = "admin@" + maildomain;
25 pingfrom = "ping@" + maildomain;
26 chpassfrom = "chpasswd@" + maildomain;
27 changefrom = "change@" + maildomain;
28 templatesdir = "/etc/userdir-ldap/templates/";
29 replaycachefile = "/var/cache/userdir-ldap/mail/replay";
30 #replaycachefile = "/tmp/replay";
31 fingerprintfile = "/etc/userdir-ldap/badfingerprints"
32
33 # Echelon
34 ech_errorlog = "/org/db.debian.org/mail/Log/ech-errors.log"
35 ech_mainlog = "/org/db.debian.org/mail/Log/ech.log"
36
37 # User properties
38 defaultgid = 800;
39
40 # For the output generator
41 generateconf = "/etc/userdir-ldap/generate.conf"
42 generatedir = "/var/cache/userdir-ldap/hosts/";
43 passdir = "/etc/userdir-ldap/";
44
45 # GPG Things
46 gpg = "/usr/bin/gpg";
47 # The whole set of all keyrings
48 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";
49 # Keyrings synced to other machines, if they need them
50 sync_keyrings = "/org/keyring.debian.org/keyrings/debian-keyring.gpg:/org/keyring.debian.org/keyrings/debian-keyring.pgp";
51 # Keyrings used to search in when new developers get added
52 add_keyrings = "/org/keyring.debian.org/keyrings/debian-keyring.gpg";
53
54 # For the WEB interface
55 webloginhtml = "login.html";
56 websearchhtml = "searchform.html";
57 websearchresulthtml = "searchresults.html";
58 webupdatehtml = "update.html";
59 hosthtml = "hostinfo.html";
60
61 webloginurl = "login.cgi";
62 websearchurl = "search.cgi";
63 webupdateurl = "update.cgi";
64
65 weblogfile = "/var/log/userldap-web.log";
66
67 # When should authentication tokens expire?
68 authexpires = 600;
69
70 # How many bytes to use for the blowfish key (max = 56 (448 bits))
71 blowfishkeylen = 10;
72
73 # Change this!
74 authtokenpath = "/var/cache/userdir-ldap/web-cookies";
75 countrylist = "/var/www/userdir-ldap/domains.tab";
76
77 # Finger daemon settings
78 # use_inetd = 1;