Moved into www.debian.org:webwml/db.debian.org
[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 hostbasedn = "ou=hosts,dc=debian,dc=org";
6
7 #bughost  = "bugs.debian.org:35567";
8 #bugbasedn = "ou=bugs,o=Debian Project,c=US";
9 #pkgmaintidx = "pkgmaint.idx";
10
11 gpg = "/usr/bin/gpg";
12 keyrings = "/usr/share/keyrings/debian-keyring.gpg:/usr/share/keyrings/debian-keyring.pgp";
13
14 webloginhtml = "login.html";
15 websearchhtml = "searchform.html";
16 websearchresulthtml = "searchresults.html";
17 webupdatehtml = "update.html";
18 hosthtml = "hostinfo.html";
19
20 webloginurl = "~randolph/debian/perl/login.cgi";
21 websearchurl = "~randolph/debian/perl/search.cgi";
22 webupdateurl = "~randolph/debian/perl/update.cgi";
23 bugsurl = "~randolph/debian/perl/bugs.cgi";
24
25 # When should authentication tokens expire?
26 authexpires = 600;
27
28 # How many bytes to use for the blowfish key (max = 56 (448 bits))
29 blowfishkeylen = 10;
30
31 # Change this!
32 authtokenpath = "/tmp/ldapsessions";
33 countrylist = "/usr/lib/analog/domains.tab";