# Config file for ldap scripts ldaphost = "db.debian.org"; basedn = "ou=users,dc=debian,dc=org"; hostbasedn = "ou=hosts,dc=debian,dc=org"; #bughost = "bugs.debian.org:35567"; #bugbasedn = "ou=bugs,o=Debian Project,c=US"; #pkgmaintidx = "pkgmaint.idx"; gpg = "/usr/bin/gpg"; keyrings = "/usr/share/keyrings/debian-keyring.gpg:/usr/share/keyrings/debian-keyring.pgp"; webloginhtml = "login.html"; websearchhtml = "searchform.html"; websearchresulthtml = "searchresults.html"; webupdatehtml = "update.html"; hosthtml = "hostinfo.html"; webloginurl = "~randolph/debian/perl/login.cgi"; websearchurl = "~randolph/debian/perl/search.cgi"; webupdateurl = "~randolph/debian/perl/update.cgi"; bugsurl = "~randolph/debian/perl/bugs.cgi"; # When should authentication tokens expire? authexpires = 600; # How many bytes to use for the blowfish key (max = 56 (448 bits)) blowfishkeylen = 10; # Change this! authtokenpath = "/tmp/ldapsessions"; countrylist = "/usr/lib/analog/domains.tab";