From 6e8238868a4d17030bb4f01494961d0354a953bf Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Thu, 2 Feb 2012 08:55:28 +0100 Subject: 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(). --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index dff3ae248..7510e61c9 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,4 @@ auth-tests check_and_open-tests sssd_sudo sss_sudo_cli +autofs_test_client -- cgit