summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-02-02 08:55:28 +0100
committerStephen Gallagher <sgallagh@redhat.com>2012-02-05 19:16:16 -0500
commit6e8238868a4d17030bb4f01494961d0354a953bf (patch)
tree5e7065d66e7423ef48cf5f7836fdaf54063f20d6 /.gitignore
parent2cbdd12983eb85eddb90f64cfafb24eae5b448f4 (diff)
downloadsssd_unused-6e8238868a4d17030bb4f01494961d0354a953bf.tar.gz
sssd_unused-6e8238868a4d17030bb4f01494961d0354a953bf.tar.xz
sssd_unused-6e8238868a4d17030bb4f01494961d0354a953bf.zip
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().
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index dff3ae24..7510e61c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -83,3 +83,4 @@ auth-tests
check_and_open-tests
sssd_sudo
sss_sudo_cli
+autofs_test_client