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