Changeset 1257


Ignore:
Timestamp:
Nov 30, 2021, 12:31:43 PM (2 years ago)
Author:
joergs
Message:

add 'authzto' and 'pwdaccountlockedtime' to list of junk attributes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dassldapsync/dassldapsync.py

    r1221 r1257  
    131131        self.classmap = {}
    132132
    133         self.junk_attrs = ["memberof", "modifiersname", "modifytimestamp", "entryuuid",
     133        self.junk_attrs = ["authzto", "memberof", "modifiersname", "modifytimestamp", "entryuuid",
    134134                           "entrycsn", "contextcsn", "creatorsname", "createtimestamp",
    135                            "structuralobjectclass", "pwdchangedtime", "pwdfailuretime"]
     135                           "structuralobjectclass", "pwdaccountlockedtime", "pwdchangedtime", "pwdfailuretime" ]
    136136
    137137        self.reset_result()
Note: See TracChangeset for help on using the changeset viewer.