History log of /sssd/src/sss_client/autofs/autofs_test_client.c
Revision Date Author Comments Expand
612231a05770a79b8ff53f91d85f5be7595ed785 28-Mar-2012 Jakub Hrozek <jhrozek@redhat.com>

Silence Coverity warning in the autofs test tool https://fedorahosted.org/sssd/ticket/1237

bd72b3510105599b5bdaf00c203df1164b304238 08-Mar-2012 Jakub Hrozek <jhrozek@redhat.com>

Only free returned values on success https://fedorahosted.org/sssd/ticket/1237

6e8238868a4d17030bb4f01494961d0354a953bf 06-Feb-2012 Jakub Hrozek <jhrozek@redhat.com>

AUTOFS: a command-line test client A very simply binary that can be used to test getting data from the library via SSSD in pretty much the same way SSSD would. A required positional parameter specifies the map name and the tool would print out all the key/value pairs using _sss_getautomntent_r(). You can also specify -n to query a specific key using _sss_getautomntbyname_r().