1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-25 17:57:42 +03:00

s4:dsdb: Add to ‘user_attrs’ attributes required for Group Managed Service Accounts

Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Jo Sutton 2024-02-13 13:45:10 +13:00 committed by Andrew Bartlett
parent 0d3d2c433a
commit e1d27ba545

View File

@ -62,7 +62,12 @@
"accountExpires", \
\
/* Needed for RODC rule processing */ \
"msDS-KrbTgtLinkBL"
"msDS-KrbTgtLinkBL", \
\
/* Required for Group Managed Service Accounts. */ \
"msDS-ManagedPasswordId", \
"msDS-ManagedPasswordInterval", \
"whenCreated"
#define AUTHN_POLICY_ATTRS \
/* Required for authentication policies / silos */ \