Initial import
[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 templatesdir = "/etc/userdir-ldap/templates/";
17 replaycachefile = "/var/cache/userdir-ldap/replay";
18 #replaycachefile = "/tmp/replay";
19
20 # User properties
21 defaultgid = 800;
22
23 # For the output generator
24 generateconf = "/etc/userdir-ldap/generate.conf"
25 generatedir = "/var/cache/userdir-ldap/hosts/";
26 #generatedir = "/tmp/hosts";
27 passdir = "/etc/userdir-ldap/";
28
29 # GPG Things
30 gpg = "/usr/bin/gpg";
31 keyrings = "/usr/share/keyrings/debian-keyring.gpg:/usr/share/keyrings/debian-keyring.pgp";
32
33 # For the WEB interface
34 webloginhtml = "login.html";
35 websearchhtml = "searchform.html";
36 websearchresulthtml = "searchresults.html";
37 webupdatehtml = "update.html";
38
39 webloginurl = "login.cgi";
40 websearchurl = "search.cgi";
41 webupdateurl = "update.cgi";
42
43 # When should authentication tokens expire?
44 authexpires = 600;
45
46 # How many bytes to use for the blowfish key (max = 56 (448 bits))
47 blowfishkeylen = 10;
48
49 # Change this!
50 authtokenpath = "/var/cache/userdir-ldap/web-cookies";
51 countrylist = "/var/www/userdir-ldap/domains.tab";