service_tgt_lifetime = IntegerField("msDS-ServiceTGTLifetime")
computer_tgt_lifetime = IntegerField("msDS-ComputerTGTLifetime")
user_allowed_to_authenticate_from = SDDLField(
- "msDS-UserAllowedToAuthenticateFrom")
+ "msDS-UserAllowedToAuthenticateFrom", allow_device_in_sddl=False)
user_allowed_to_authenticate_to = SDDLField(
"msDS-UserAllowedToAuthenticateTo")
service_allowed_to_authenticate_from = SDDLField(
- "msDS-ServiceAllowedToAuthenticateFrom")
+ "msDS-ServiceAllowedToAuthenticateFrom", allow_device_in_sddl=False)
service_allowed_to_authenticate_to = SDDLField(
"msDS-ServiceAllowedToAuthenticateTo")
computer_allowed_to_authenticate_to = SDDLField(
+++ /dev/null
-^samba\.tests\.samba_tool\.domain_auth_policy\.samba\.tests\.samba_tool\.domain_auth_policy\.AuthPolicyCmdTestCase\.test_create__device_attribute_in_sddl_allowed_from\(ad_dc_default\)$
-^samba\.tests\.samba_tool\.domain_auth_policy\.samba\.tests\.samba_tool\.domain_auth_policy\.AuthPolicyCmdTestCase\.test_create__device_operator_in_sddl_allowed_from\(ad_dc_default\)$