On 03/13/2014 06:57 PM, Yassir Elley wrote:

----- Original Message -----
Hello,

The following patches address the request to be able to read config data
from a memory buffer rather than a file.
Ticket: https://fedorahosted.org/sssd/ticket/2267

It also addresses a build problem that I found on my system and fixes a
tight loop in parsing when we ignore errors and file is empty.


--
Thank you,
Dmitri Pal

Sr. Engineering Manager for IdM portfolio
Red Hat Inc.


-------------------------------
Looking to carve out IT costs?
www.redhat.com/carveoutcosts/




_______________________________________________
sssd-devel mailing list
sssd-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/sssd-devel

Hi Dmitri,

I locally compiled and installed the ding-libs rpms after applying the attached 
patches (although I didn't need to use the first build-related patch). I 
modified my GPO code to use the new ini_config_file_from_mem() function, and 
everything is working as expected. Great work!

Thanks,
Yassir.
Thanks! I had to rewrite it because the first time I hit the limitation that FILE struct returned by fmemopen does not have an associated file descriptor.
I had to start over and take a completely different approach.

--
Thank you,
Dmitri Pal

Sr. Engineering Manager for IdM portfolio
Red Hat Inc.


-------------------------------
Looking to carve out IT costs?
www.redhat.com/carveoutcosts/



_______________________________________________
sssd-devel mailing list
sssd-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/sssd-devel

Reply via email to