Skip to content

Commit 0a4ddce

Browse files
author
dr
committed
added pwdLastSet attribute to MSLDAP_BUILTIN_ATTRIBUTE_TYPES_ENC
1 parent 84cbdad commit 0a4ddce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

msldap/protocol/typeconversion.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ def multi_sd(x, encode=False):
419419
"msDS-ManagedPasswordInterval" : single_int,
420420
"msDS-SupportedEncryptionTypes" : single_int,
421421
"msDS-GroupMSAMembership" : single_sd,
422+
"pwdLastSet" : single_int,
422423
}
423424

424425
def encode_attributes(x):

0 commit comments

Comments
 (0)