Pass BatchMode=yes option to ssh
[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 = "*draghi*";
8
9 # Basic LDAP configuration
10 ldaphost = "db.debian.org";
11 usessl   = True;
12 basedn   = "ou=users,dc=debian,dc=org";
13 basebasedn = "dc=debian,dc=org";
14 hostbasedn = "ou=hosts,dc=debian,dc=org";
15 adminuser = "admin";
16
17 #import re
18 #ignoreusersforuidnumbergen = ['nobody', re.compile('\$$') ]
19
20 # Printable email addresses are shown as: 'cn mn sn <uid@emailappend>'
21 emailappend = "debian.org";
22
23 # Domain for hosts, defaults to emailappend if not present
24 #hostdomain = "debian.org"
25
26 # For the mail interface
27 maildomain = "db.debian.org";
28 replyto = "admin@" + maildomain;
29 pingfrom = "ping@" + maildomain;
30 chpassfrom = "chpasswd@" + maildomain;
31 changefrom = "change@" + maildomain;
32 templatesdir = "/etc/userdir-ldap/templates/";
33 replaycachefile = "/var/cache/userdir-ldap/mail/replay";
34 #replaycachefile = "/tmp/replay";
35 fingerprintfile = "/etc/userdir-ldap/badfingerprints"
36
37 # do we have a debian-private like list that we should ask about in ud-useradd
38 haveprivatelist = True;
39
40 # Echelon
41 ech_errorlog = "/org/db.debian.org/mail/Log/ech-errors.log"
42 ech_mainlog = "/org/db.debian.org/mail/Log/ech.log"
43
44 # For the output generator
45 generatedir = "/var/cache/userdir-ldap/hosts/";
46 passdir = "/etc/userdir-ldap/";
47 allowedgroupspreload = "adm";
48 homeprefix = "/home/";
49
50 # GPG Things
51 gpg = "/usr/bin/gpg";
52 # The whole set of all keyrings
53 keyrings = "/org/keyring.debian.org/keyrings/debian-keyring.gpg:/org/keyring.debian.org/keyrings/removed-keys.gpg:/srv/db.debian.org/keyring-guest/guest-keyring/debian-guest.gpg:/org/keyring.debian.org/keyrings/debian-maintainers.gpg"
54 # Keyrings synced to other machines, if they need them
55 sync_keyrings = "/org/keyring.debian.org/keyrings/debian-keyring.gpg:/org/keyring.debian.org/keyrings/debian-maintainers.gpg"
56 # Keyrings used to search in when new developers get added
57 add_keyrings = "/org/keyring.debian.org/keyrings/debian-keyring.gpg"
58 add_keyrings_guest = "/org/keyring.debian.org/keyrings/debian-maintainers.gpg:/srv/db.debian.org/keyring-guest/guest-keyring/debian-guest.gpg"
59
60 # For the WEB interface
61 webloginhtml = "login.html";
62 websearchhtml = "searchform.html";
63 websearchresulthtml = "searchresults.html";
64 webupdatehtml = "update.html";
65 hosthtml = "hostinfo.html";
66
67 webloginurl = "login.cgi";
68 websearchurl = "search.cgi";
69 webupdateurl = "update.cgi";
70
71 weblogfile = "/var/log/userldap-web.log";
72
73 # When should authentication tokens expire?
74 authexpires = 600;
75
76 # How many bytes to use for the blowfish key (max = 56 (448 bits))
77 blowfishkeylen = 10;
78
79 # Change this!
80 authtokenpath = "/var/cache/userdir-ldap/web-cookies";
81 countrylist = "/var/www/userdir-ldap/domains.tab";
82
83 # Finger daemon settings
84 # use_inetd = 1;
85
86 # only create sshfp and A records for hostnames matching this:
87 dns_hostmatch = "[a-zA-Z0-9\.]+\.debian\.org$"
88
89 MX_remap = '{"0 INCOMING-MX": ["10 mailly.debian.org.", "10 merikanto.debian.org.", "10 muffat.debian.org."]}'