New mail gateway and dnszoneentry
[mirror/userdir-ldap.git] / userdir-ldap.conf
1 # Config file for ldap scripts
2
3 # Basic LDAP configuration
4 ldaphost = "db.debian.org";
5 basedn   = "ou=users,dc=debian,dc=org";
6 adminuser = "admin";
7
8 # Printable email addresses are shown as: 'cn mn sn <uid@emailappend>'
9 emailappend = "debian.org";
10
11 # For the mail interface
12 maildomain = "db.debian.org";
13 replyto = "admin@" + maildomain;
14 pingfrom = "ping@" + maildomain;
15 chpassfrom = "chpasswd@" + maildomain;
16 changefrom = "change@" + maildomain;
17 templatesdir = "/etc/userdir-ldap/templates/";
18 replaycachefile = "/var/cache/userdir-ldap/replay";
19 #replaycachefile = "/tmp/replay";
20
21 # User properties
22 defaultgid = 800;
23
24 # For the output generator
25 generateconf = "/etc/userdir-ldap/generate.conf"
26 generatedir = "/var/cache/userdir-ldap/hosts/";
27 #generatedir = "/tmp/hosts";
28 passdir = "/etc/userdir-ldap/";
29
30 # GPG Things
31 gpg = "/usr/bin/gpg";
32 keyrings = "/usr/share/keyrings/debian-keyring.gpg:/usr/share/keyrings/debian-keyring.pgp";
33
34 # For the WEB interface
35 webloginhtml = "login.html";
36 websearchhtml = "searchform.html";
37 websearchresulthtml = "searchresults.html";
38 webupdatehtml = "update.html";
39
40 webloginurl = "login.cgi";
41 websearchurl = "search.cgi";
42 webupdateurl = "update.cgi";
43
44 # When should authentication tokens expire?
45 authexpires = 600;
46
47 # How many bytes to use for the blowfish key (max = 56 (448 bits))
48 blowfishkeylen = 10;
49
50 # Change this!
51 authtokenpath = "/var/cache/userdir-ldap/web-cookies";
52 countrylist = "/var/www/userdir-ldap/domains.tab";