AWS res documentation change
Summary
Added documentation for common SSSD configuration parameters (enumerate, ldap_id_mapping) and fixed CloudWatch log path syntax
Security assessment
The change adds explanations for security-relevant SSSD settings (caching behavior and ID mapping) but does not address a specific vulnerability. It enhances documentation of existing security features without evidence of patching a weakness.
Diff
diff --git a/res/archive/release-minus-4/ug/active-directory-sync.md b/res/archive/release-minus-4/ug/active-directory-sync.md index 3bc744cdf..f5da9ee92 100644 --- a//res/archive/release-minus-4/ug/active-directory-sync.md +++ b//res/archive/release-minus-4/ug/active-directory-sync.md @@ -15 +15 @@ All the CFN parameters related to Active Directory (AD) are optional during inst - + @@ -30 +30 @@ After the initial installation, administrators can view or edit the AD configura - + @@ -32 +32 @@ After the initial installation, administrators can view or edit the AD configura - + @@ -45 +45 @@ Administrators can filter the users or groups to sync using the **Users Filter** -Administrators can provide a dictionary of key-value pairs containing SSSD parameters and values to write to the `[domain_type/DOMAIN_NAME]` section of the SSSD config file on cluster instances. RES applies the SSSD updates automatically– it restarts the SSSD service on cluster instances and triggers the AD sync process. For a full description of the SSSD configuration file, see the Linux man pages for `SSSD`. +Administrators can provide a dictionary of key-value pairs containing SSSD parameters and values to write to the `[domain_type/DOMAIN_NAME]` section of the SSSD config file on cluster instances. RES applies the SSSD updates automatically– it restarts the SSSD service on cluster instances and triggers the AD sync process. @@ -47 +47,12 @@ Administrators can provide a dictionary of key-value pairs containing SSSD param - +Some common custom SSSD settings are: + + * `enumerate` \- Set to 'true' to cache all user and group entries from the directory service. Disabling this could add a short delay to users' first login. + + * `ldap_id_mapping` \- Set to 'true' to map LDAP/AD user and group IDs to local UIDs and GIDs on the Linux system. Enabling this can improve compatibility with existing POSIX scripts and applications. + + + + +For a full description of the SSSD configuration file, see the Linux man pages for `SSSD`. + + @@ -60 +71 @@ The following example enables debug level for SSSD logs: - + @@ -66 +77 @@ Navigate to the **Identity management** page, and choose the **Start AD Synchron - + @@ -70 +81 @@ To stop an ongoing AD sync, select the **Stop AD Synchronization** button in the - + @@ -74 +85 @@ You can also check the AD sync status and the latest sync time in the **Active D - + @@ -94 +105 @@ The Active Directory synchronization process has been moved from the Cluster Man - 5. Observe the logs of the running AD Sync task under **CloudWatch** → **Log Groups** → ``<environment-name>`/ad-sync`. You'll see logs from each of the running ECS tasks. Select the most recent to view the logs. + 5. Observe the logs of the running AD Sync task under **CloudWatch** → **Log Groups** → `/`<environment-name>`/ad-sync`. You'll see logs from each of the running ECS tasks. Select the most recent to view the logs.