X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=userdir-ldap.conf;h=9759a2617a017b0f469fb4ef2973d0f6ce3e3a76;hb=da220ff14d1cfc33e6606875a5260b8c73d00558;hp=8b1cc525cedec615200b9c808acf421dcadb0a92;hpb=7551db8f6bec556aa7d0246e29b67c91788bb7d3;p=mirror%2Fuserdir-ldap.git diff --git a/userdir-ldap.conf b/userdir-ldap.conf index 8b1cc52..9759a26 100644 --- a/userdir-ldap.conf +++ b/userdir-ldap.conf @@ -16,16 +16,20 @@ pingfrom = "ping@" + maildomain; chpassfrom = "chpasswd@" + maildomain; changefrom = "change@" + maildomain; templatesdir = "/etc/userdir-ldap/templates/"; +#templatesdir = "./templates/"; replaycachefile = "/var/cache/userdir-ldap/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 @@ -43,6 +47,8 @@ webloginurl = "login.cgi"; websearchurl = "search.cgi"; webupdateurl = "update.cgi"; +weblogfile = "/var/log/userldap-web.log"; + # When should authentication tokens expire? authexpires = 600; @@ -52,3 +58,6 @@ blowfishkeylen = 10; # Change this! authtokenpath = "/var/cache/userdir-ldap/web-cookies"; countrylist = "/var/www/userdir-ldap/domains.tab"; + +# Finger daemon settings +use_inetd = 0;