diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2011-12-25 19:14:47 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-02-05 19:16:16 -0500 |
commit | 2cbdd12983eb85eddb90f64cfafb24eae5b448f4 (patch) | |
tree | 830ed3f886ba8d8043be5f6272e9105d006b9046 /src/responder/pam/pam_helpers.c | |
parent | 1f1e6cbc59868f06dee3ab4b3df660fcb77ce1c8 (diff) | |
download | sssd-2cbdd12983eb85eddb90f64cfafb24eae5b448f4.tar.gz sssd-2cbdd12983eb85eddb90f64cfafb24eae5b448f4.tar.bz2 sssd-2cbdd12983eb85eddb90f64cfafb24eae5b448f4.zip |
AUTOFS: a client library
This is the library the autofs client is using. automounter dlopen()s
the library so there is no header file, no pkgconfig file and the
library is in the libsss_autofs package, not in -devel.
The library provides the following interface:
* _sss_setautomntent() - select the map for processing
* _sss_getautomntent_r() - iterates through key/value pairs in the
selected map. The key is usually the mount
point, the value is mount information
(server:/export)
* _sss_getautomntbyname_r() - returns value for a specific key.
* _sss_endautomntent() deselect a map, clean up
Diffstat (limited to 'src/responder/pam/pam_helpers.c')
0 files changed, 0 insertions, 0 deletions