b61d1f468988e4677a470547c0b02b91ff152c2a
[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 hostbasedn = "ou=hosts,dc=debian,dc=org";
7 adminuser = "admin";
8
9 # Printable email addresses are shown as: 'cn mn sn <uid@emailappend>'
10 emailappend = "debian.org";
11
12 # For the mail interface
13 maildomain = "db.debian.org";
14 replyto = "admin@" + maildomain;
15 pingfrom = "ping@" + maildomain;
16 chpassfrom = "chpasswd@" + maildomain;
17 changefrom = "change@" + maildomain;
18 templatesdir = "/etc/userdir-ldap/templates/";
19 replaycachefile = "/var/cache/userdir-ldap/replay";
20 #replaycachefile = "/tmp/replay";
21
22 # User properties
23 defaultgid = 800;
24
25 # For the output generator
26 generateconf = "/etc/userdir-ldap/generate.conf"
27 generatedir = "/var/cache/userdir-ldap/hosts/";
28 #generatedir = "/tmp/hosts";
29 passdir = "/etc/userdir-ldap/";
30
31 # GPG Things
32 gpg = "/usr/bin/gpg";
33 keyrings = "/usr/share/keyrings/debian-keyring.gpg:/usr/share/keyrings/debian-keyring.pgp";
34
35 # For the WEB interface
36 webloginhtml = "login.html";
37 websearchhtml = "searchform.html";
38 websearchresulthtml = "searchresults.html";
39 webupdatehtml = "update.html";
40 hosthtml = "hostinfo.html";
41
42 webloginurl = "login.cgi";
43 websearchurl = "search.cgi";
44 webupdateurl = "update.cgi";
45
46 weblogfile = '/var/log/userldap-web.log';
47
48 # When should authentication tokens expire?
49 authexpires = 600;
50
51 # How many bytes to use for the blowfish key (max = 56 (448 bits))
52 blowfishkeylen = 10;
53
54 # Change this!
55 authtokenpath = "/var/cache/userdir-ldap/web-cookies";
56 countrylist = "/var/www/userdir-ldap/domains.tab";
57
58 # Finger daemon settings
59 use_inetd = 0;