fix copyright info
[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 tmppath = "/tmp";
9
10 webloginhtml = "login.html";
11 websearchhtml = "searchform.html";
12 websearchresulthtml = "searchresults.html";
13 webupdatehtml = "update.html";
14
15 webloginurl = "debian/login.cgi";
16 websearchurl = "debian/search.cgi";
17 webupdateurl = "debian/update.cgi";
18
19 webmaphtml = "develmaptempl.html";
20 xplanetcmd = "xplanet --shade 100 --color white --markers --marker_file [markerfile] --geometry 600x400 --output [outfile]";
21
22 # When should authentication tokens expire?
23 authexpires = 600;
24
25 # How many bytes to use for the blowfish key (max = 56 (448 bits))
26 blowfishkeylen = 10;
27
28 # Change this!
29 authtokenpath = "/tmp/ldapsessions";
30 countrylist = "/usr/lib/analog/domains.tab";