X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=userdir-ldap.conf;h=bc3e4c09569b1d9330e2a575d6bc9ee83a10532b;hb=d34f4cb87a80d211f07fc1bfb2b9a630d1346e7c;hp=70344a4f5d44f960a38c24a7681912fbe5eaa487;hpb=c50d88536a4feb3087d1aa802e110250cb2861fc;p=mirror%2Fuserdir-ldap.git diff --git a/userdir-ldap.conf b/userdir-ldap.conf index 70344a4..bc3e4c0 100644 --- a/userdir-ldap.conf +++ b/userdir-ldap.conf @@ -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 ' @@ -13,17 +14,21 @@ maildomain = "db.debian.org"; replyto = "admin@" + maildomain; pingfrom = "ping@" + maildomain; chpassfrom = "chpasswd@" + maildomain; +changefrom = "change@" + maildomain; templatesdir = "/etc/userdir-ldap/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 @@ -35,11 +40,14 @@ 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; @@ -49,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 = 0;