[SSSD] Using path utils from libini_config

John Dennis jdennis at redhat.com
Wed Mar 31 22:03:21 UTC 2010


On 03/31/2010 05:30 PM, Dmitri Pal wrote:
> Hi,
>
> Is there any constraint on using path_utils from within the INI?
> I need path to be converted to absolute path.

That's what path_utils is there for, you should use it. The function is:

int make_path_absolute(char *absolute_path, size_t absolute_path_size, 
const char *path);

There is doxygen documentation for the API (thanks to Jakub).

-- 
John Dennis <jdennis at redhat.com>

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



More information about the sssd-devel mailing list