Hi,
Pavel found an issue while using getpwuid() or getgrgid() with algorithmic mapping for sub-domain users and an empty cache. This patch should fix the issue.
bye, Sumit
On 10/29/2013 05:07 PM, Sumit Bose wrote:
Hi,
Pavel found an issue while using getpwuid() or getgrgid() with algorithmic mapping for sub-domain users and an empty cache. This patch should fix the issue.
bye, Sumit
This patch fixes the issue. Ack.
To reproduce, you need to have latest cross-domain membership patches applied. Then call:
getent passwd #uid-of-subdomain-user
You will see in the logs that the UID cannot be mapped to SID, because the domain is not found in existing id map context.
On Tue, Oct 29, 2013 at 05:12:31PM +0100, Pavel Březina wrote:
On 10/29/2013 05:07 PM, Sumit Bose wrote:
Hi,
Pavel found an issue while using getpwuid() or getgrgid() with algorithmic mapping for sub-domain users and an empty cache. This patch should fix the issue.
bye, Sumit
This patch fixes the issue. Ack.
To reproduce, you need to have latest cross-domain membership patches applied. Then call:
getent passwd #uid-of-subdomain-user
You will see in the logs that the UID cannot be mapped to SID, because the domain is not found in existing id map context.
Thanks for the catch, pushed to master and sssd-1-11
sssd-devel@lists.fedorahosted.org