> One just would need to add dummy user with that UID. note this does not work when using DynamicUser (https://systemd.io/UIDS-GIDS/#special-systemd-uid-ranges)
``` $ systemd-run -p DynamicUser=yes --pipe -- ps -o uid,cmd Running as unit: run-p20670-i20970.service UID CMD 64283 /bin/ps -o uid,cmd $ grep 64283 /var/log/sssd/sssd_DOM.log (2025-03-22 11:58:38): [be[DOM]] [dp_get_account_info_send] (0x0200): Got request for [0x1][BE_REQ_USER][idnumber=64283] (2025-03-22 11:58:39): [be[DOM]] [dp_get_account_info_send] (0x0200): Got request for [0x2][BE_REQ_GROUP][idnumber=64283] ``` -- _______________________________________________ sssd-users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
