From a776322e344ae88cd0a9ed3a273f1c6f5c435ed7 Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Wed, 9 Oct 2019 21:55:20 +0100 Subject: [PATCH] ud-generate: actually fetch mailDefaultOptions from LDAP Signed-off-by: Adam D. Barratt --- ud-generate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ud-generate b/ud-generate index a787dfa..c1fe54e 100755 --- a/ud-generate +++ b/ud-generate @@ -1130,7 +1130,7 @@ def get_accounts(ldap_conn): "mailGreylisting", "mailCallout", "mailRBL", "mailRHSBL",\ "mailWhitelist", "sudoPassword", "objectClass", "accountStatus",\ "mailContentInspectionAction", "webPassword", "rtcPassword",\ - "bATVToken", "totpSeed"]) + "bATVToken", "totpSeed", "mailDefaultOptions"]) if passwd_attrs is None: raise UDEmptyList, "No Users" -- 2.20.1