To configure SSSD (System Security Services Daemon) for Active Directory Group Policy Object (GPO) access control and XRDP integration, follow these steps:
SSSD Configuration
- Open the SSSD configuration file:
/etc/sssd/sssd.conf
- Add the following lines to the configuration file:
ad_gpo_access_control = enforcing
ad_gpo_map_remote_interactive = +xrdp-sesman
Explanation:
ad_gpo_access_control = enforcing
enables enforcement of GPO access control policies.ad_gpo_map_remote_interactive = +xrdp-sesman
maps XRDP sessions to the appropriate GPOs.
Restart SSSD
After making the changes, restart the SSSD service:
service sssd restart
Reference
For more information, refer to the following GitHub issue:
No comments:
Post a Comment