X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=web%2Fsettings.cfg;h=440c61338f1842e9607e57a1f260d7d1bdd44cd7;hb=32e0c5640dc72acf4c362fd373f26be78a45a277;hp=538f1055319d35d955565231dbb609567ec38c60;hpb=1ce0a5aba586b442d937fe33289c35b002e0dc28;p=mirror%2Fuserdir-ldap.git diff --git a/web/settings.cfg b/web/settings.cfg index 538f105..440c613 100644 --- a/web/settings.cfg +++ b/web/settings.cfg @@ -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;