diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-02-06 13:28:53 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-02-07 09:22:20 -0500 |
commit | e4f77780ea92074671e5408cc1599441b168efc0 (patch) | |
tree | a6cff64855ea19570703703f84cd54af2f6d9471 /src/providers/ldap | |
parent | 25d9d00edf2810647b81ba451f3c82b2ada63f5a (diff) | |
download | sssd_unused-e4f77780ea92074671e5408cc1599441b168efc0.tar.gz sssd_unused-e4f77780ea92074671e5408cc1599441b168efc0.tar.xz sssd_unused-e4f77780ea92074671e5408cc1599441b168efc0.zip |
AUTOFS: IPA provider
Diffstat (limited to 'src/providers/ldap')
-rw-r--r-- | src/providers/ldap/ldap_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h index c377bcb6..c9125763 100644 --- a/src/providers/ldap/ldap_common.h +++ b/src/providers/ldap/ldap_common.h @@ -89,6 +89,9 @@ void sdap_pam_chpass_handler(struct be_req *breq); /* access */ void sdap_pam_access_handler(struct be_req *breq); +/* autofs */ +void sdap_autofs_handler(struct be_req *breq); + void sdap_handler_done(struct be_req *req, int dp_err, int error, const char *errstr); |