From 92bcab0d33785d01219d0a83dcf0690027a52a23 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Fri, 24 Jan 2014 20:46:30 +0000 Subject: [PATCH] Add bATVToken to the list of attributes to retrieve Signed-off-by: Stephen Gran --- ud-generate | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ud-generate b/ud-generate index b377f31..1ec5222 100755 --- a/ud-generate +++ b/ud-generate @@ -1105,7 +1105,8 @@ def get_accounts(ldap_conn): "keyFingerPrint", "privateSub", "mailDisableMessage",\ "mailGreylisting", "mailCallout", "mailRBL", "mailRHSBL",\ "mailWhitelist", "sudoPassword", "objectClass", "accountStatus",\ - "mailContentInspectionAction", "webPassword", "rtcPassword"]) + "mailContentInspectionAction", "webPassword", "rtcPassword",\ + "bATVToken"]) if passwd_attrs is None: raise UDEmptyList, "No Users" -- 2.20.1