Skip to content

Commit e32aa35

Browse files
authored
Merge pull request #185795 from RobdeJong/patch-123
Update how-to-connect-sync-feature-directory-extensions.md
2 parents 57b1628 + d0030d4 commit e32aa35

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/active-directory/hybrid/how-to-connect-sync-feature-directory-extensions.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,14 @@ The installation shows the following attributes, which are valid candidates:
4444

4545
> [!NOTE]
4646
> Not all features in Azure Active Directory support multi valued extension attributes. Please refer to the documentation of the feature in which you plan to use these attributes to confirm they are supported.
47-
4847
The list of attributes is read from the schema cache that's created during installation of Azure AD Connect. If you have extended the Active Directory schema with additional attributes, you must [refresh the schema](how-to-connect-installation-wizard.md#refresh-directory-schema) before these new attributes are visible.
4948

5049
An object in Azure AD can have up to 100 attributes for directory extensions. The maximum length is 250 characters. If an attribute value is longer, the sync engine truncates it.
5150

52-
>[NOTE!]
53-
>It is not supported to sync computed attributes, such as msDS-UserPasswordExpiryTimeComputed. If you upgrade from an old version of AADConnect you may still see these attributes show up in the installation wizard, you should not enable them though. Their value will not sync to Azure AD if you do.
51+
> [!NOTE]
52+
> It is not supported to sync constructed attributes, such as msDS-UserPasswordExpiryTimeComputed. If you upgrade from an old version of AADConnect you may still see these attributes show up in the installation wizard, you should not enable them though. Their value will not sync to Azure AD if you do.
53+
> You can read more about constructed attributes in [this artice](https://docs.microsoft.com/openspecs/windows_protocols/ms-adts/a3aff238-5f0e-4eec-8598-0a59c30ecd56).
54+
> You also not attempt to sync [Non-replicated attributes](https://docs.microsoft.com/windows/win32/ad/attributes), such as badPwdCount, Last-Logon, and Last-Logoff, as their values will not be synced to Azure AD.
5455
5556
## Configuration changes in Azure AD made by the wizard
5657

0 commit comments

Comments
 (0)