X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=userdir-ldap.conf;h=98a4c28ebea8fdca723721306cf1522b8416eccb;hb=1d3b3d39d8d9ff64df9b9569e0dc742f98a64147;hp=9759a2617a017b0f469fb4ef2973d0f6ce3e3a76;hpb=da220ff14d1cfc33e6606875a5260b8c73d00558;p=mirror%2Fuserdir-ldap.git diff --git a/userdir-ldap.conf b/userdir-ldap.conf index 9759a26..98a4c28 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"; @@ -16,9 +22,9 @@ pingfrom = "ping@" + maildomain; chpassfrom = "chpasswd@" + maildomain; changefrom = "change@" + maildomain; templatesdir = "/etc/userdir-ldap/templates/"; -#templatesdir = "./templates/"; -replaycachefile = "/var/cache/userdir-ldap/replay"; +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" @@ -30,11 +36,13 @@ 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"; -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"; @@ -60,4 +68,4 @@ authtokenpath = "/var/cache/userdir-ldap/web-cookies"; countrylist = "/var/www/userdir-ldap/domains.tab"; # Finger daemon settings -use_inetd = 0; +# use_inetd = 1;