* Remove use of deprecated functions from the string module
[mirror/userdir-ldap.git] / userdir-ldap.conf
index 41316b1..9094bd8 100644 (file)
@@ -3,6 +3,7 @@
 # Basic LDAP configuration
 ldaphost = "db.debian.org";
 basedn   = "ou=users,dc=debian,dc=org";
+hostbasedn = "ou=hosts,dc=debian,dc=org";
 adminuser = "admin";
 
 # Printable email addresses are shown as: 'cn mn sn <uid@emailappend>'
@@ -15,32 +16,38 @@ pingfrom = "ping@" + maildomain;
 chpassfrom = "chpasswd@" + maildomain;
 changefrom = "change@" + maildomain;
 templatesdir = "/etc/userdir-ldap/templates/";
-replaycachefile = "/var/cache/userdir-ldap/replay";
+replaycachefile = "/var/cache/userdir-ldap/mail/replay";
 #replaycachefile = "/tmp/replay";
 
+# Echelon
+ech_errorlog = "/org/db.debian.org/mail/Log/ech-errors.log"
+ech_mainlog = "/org/db.debian.org/mail/Log/ech.log"
+
 # User properties
 defaultgid = 800;
 
 # For the output generator
 generateconf = "/etc/userdir-ldap/generate.conf"
 generatedir = "/var/cache/userdir-ldap/hosts/";
-#generatedir = "/tmp/hosts";
 passdir = "/etc/userdir-ldap/";
 
 # GPG Things
 gpg = "/usr/bin/gpg";
-keyrings = "/usr/share/keyrings/debian-keyring.gpg:/usr/share/keyrings/debian-keyring.pgp";
+keyrings = "/org/keyring.debian.org/keyrings/debian-keyring.gpg:/org/keyring.debian.org/keyrings/debian-keyring.pgp:/org/keyring.debian.org/keyrings/removed-keys.gpg:/org/keyring.debian.org/keyrings/removed-keys.pgp:/home/jgg/keys/extrakeys.gpg:/home/jgg/keys/guest-keys.gpg";
 
 # For the WEB interface
 webloginhtml = "login.html";
 websearchhtml = "searchform.html";
 websearchresulthtml = "searchresults.html";
 webupdatehtml = "update.html";
+hosthtml = "hostinfo.html";
 
 webloginurl = "login.cgi";
 websearchurl = "search.cgi";
 webupdateurl = "update.cgi";
 
+weblogfile = "/var/log/userldap-web.log";
+
 # When should authentication tokens expire?
 authexpires = 600;
 
@@ -50,3 +57,6 @@ blowfishkeylen = 10;
 # Change this!
 authtokenpath = "/var/cache/userdir-ldap/web-cookies";
 countrylist = "/var/www/userdir-ldap/domains.tab";
+
+# Finger daemon settings
+# use_inetd = 1;