Add bATVToken to the list of attributes to retrieve
authorStephen Gran <steve@lobefin.net>
Fri, 24 Jan 2014 20:46:30 +0000 (20:46 +0000)
committerStephen Gran <steve@lobefin.net>
Fri, 24 Jan 2014 20:46:30 +0000 (20:46 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
ud-generate

index b377f31..1ec5222 100755 (executable)
@@ -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"