X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=userdir-ldap.conf;h=090ac5a68ad7796a53d05a85a5c34e8130f12ce3;hb=3104028493422257dbb8583d6f3e61f87c2bdb08;hp=9094bd8f549958c6b4f2d0c4a428c882371698f7;hpb=47efc6edcf87f1acbcd9230e0727acfc62e41761;p=mirror%2Fuserdir-ldap.git diff --git a/userdir-ldap.conf b/userdir-ldap.conf index 9094bd8..090ac5a 100644 --- a/userdir-ldap.conf +++ b/userdir-ldap.conf @@ -1,5 +1,11 @@ # Config file for ldap scripts +# ud-replicate client configuration: +# host from which to rsync the information (the one running ud-generate) +synchost = "db"; +# hosts on which to use a local path to get the data (used as a shell glob later) +localsyncon = "*samosa*"; + # Basic LDAP configuration ldaphost = "db.debian.org"; basedn = "ou=users,dc=debian,dc=org"; @@ -18,6 +24,7 @@ changefrom = "change@" + maildomain; templatesdir = "/etc/userdir-ldap/templates/"; replaycachefile = "/var/cache/userdir-ldap/mail/replay"; #replaycachefile = "/tmp/replay"; +fingerprintfile = "/etc/userdir-ldap/badfingerprints" # Echelon ech_errorlog = "/org/db.debian.org/mail/Log/ech-errors.log" @@ -29,11 +36,18 @@ defaultgid = 800; # For the output generator generateconf = "/etc/userdir-ldap/generate.conf" generatedir = "/var/cache/userdir-ldap/hosts/"; +singlesshfile = True +multiplesshfiles = False passdir = "/etc/userdir-ldap/"; # GPG Things gpg = "/usr/bin/gpg"; +# The whole set of all keyrings 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"; +# Keyrings synced to other machines, if they need them +sync_keyrings = "/org/keyring.debian.org/keyrings/debian-keyring.gpg:/org/keyring.debian.org/keyrings/debian-keyring.pgp"; +# Keyrings used to search in when new developers get added +add_keyrings = "/org/keyring.debian.org/keyrings/debian-keyring.gpg"; # For the WEB interface webloginhtml = "login.html";