[SSSD] initializing ding-libs with bytes (rather than with file)

Yassir Elley yelley at redhat.com
Mon Mar 3 21:41:28 UTC 2014


Hi Dmitri,

When reading an INI file using SMB, the GPO code receives the data as an array of bytes. Once received, it writes the data to a local file, but only so that it can use the ini_config library to parse that local file. I would much prefer to just parse the bytes directly, without writing out the data to a local file. Can the ini_config library be initialized with a byte array, or can it only be initialized with a filename?

Regards,
Yassir.



More information about the sssd-devel mailing list