ud-generate: deal with users without loginShell
[mirror/userdir-ldap.git] / userdir-ldap.conf
index dfdf1dc..8631579 100644 (file)
@@ -66,6 +66,7 @@ websearchhtml = "searchform.html";
 websearchresulthtml = "searchresults.html";
 webupdatehtml = "update.html";
 hosthtml = "hostinfo.html";
+webuilocation = "https://db.debian.org";
 
 webloginurl = "login.cgi";
 websearchurl = "search.cgi";
@@ -76,6 +77,9 @@ weblogfile = "/var/log/userldap-web.log";
 # When should authentication tokens expire?
 authexpires = 600;
 
+# Where should totp tickets be stored while waiting for pickup?
+totpticketdirectory = "/var/cache/userdir-ldap/totp";
+
 # How many bytes to use for the blowfish key (max = 56 (448 bits))
 blowfishkeylen = 10;
 
@@ -89,7 +93,7 @@ countrylist = "/var/www/userdir-ldap/domains.tab";
 # only create sshfp and A records for hostnames matching this:
 dns_hostmatch = "[a-zA-Z0-9\.]+\.debian\.org$"
 
-MX_remap = '{"0 INCOMING-MX": ["10 mailly.debian.org.", "10 merikanto.debian.org.", "10 muffat.debian.org."]}'
+MX_remap = '{"0 INCOMING-MX": ["10 mailly.debian.org.", "10 muffat.debian.org."]}'
 
 # MQ notification
 use_mq = True;