host information web-based information scripts added
[mirror/userdir-ldap.git] / web / settings.cfg
index 538f105..440c613 100644 (file)
@@ -2,22 +2,25 @@
 
 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";
-tmppath = "/tmp";
 
 webloginhtml = "login.html";
 websearchhtml = "searchform.html";
 websearchresulthtml = "searchresults.html";
 webupdatehtml = "update.html";
+hosthtml = "hostinfo.html";
 
-webloginurl = "debian/login.cgi";
-websearchurl = "debian/search.cgi";
-webupdateurl = "debian/update.cgi";
-
-webmaphtml = "develmaptempl.html";
-xplanetcmd = "xplanet --shade 100 --color white --markers --marker_file [markerfile] --geometry 600x400 --output [outfile]";
+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;