Initial import
[mirror/userdir-ldap.git] / web / settings.cfg
1 # Config file for ldap scripts
2
3 ldaphost = "db.debian.org";
4 basedn   = "ou=users,dc=debian,dc=org";
5
6 gpg = "/usr/bin/gpg";
7 keyrings = "/usr/share/keyrings/debian-keyring.gpg:/usr/share/keyrings/debian-keyring.pgp";
8
9 webloginhtml = "login.html";
10 websearchhtml = "searchform.html";
11 websearchresulthtml = "searchresults.html";
12 webupdatehtml = "update.html";
13
14 webloginurl = "debian/login.cgi";
15 websearchurl = "debian/search.cgi";
16 webupdateurl = "debian/update.cgi";
17
18 # When should authentication tokens expire?
19 authexpires = 600;
20
21 # How many bytes to use for the blowfish key (max = 56 (448 bits))
22 blowfishkeylen = 10;
23
24 # Change this!
25 authtokenpath = "/tmp/ldapsessions";
26 countrylist = "/usr/lib/analog/domains.tab";