summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_common.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-02-03 14:08:07 +0100
committerStephen Gallagher <sgallagh@redhat.com>2012-02-05 19:16:16 -0500
commitcc84fd46f356c4a36a721ab135a33ec77c93e34d (patch)
tree256214d053417e3ee63a5f83038d3dbea10eca1d /src/providers/ldap/ldap_common.h
parent9e80079370ff3b943832adc3c5ef430e64be0a0c (diff)
downloadsssd-cc84fd46f356c4a36a721ab135a33ec77c93e34d.tar.gz
sssd-cc84fd46f356c4a36a721ab135a33ec77c93e34d.tar.xz
sssd-cc84fd46f356c4a36a721ab135a33ec77c93e34d.zip
AUTOFS: LDAP provider
Diffstat (limited to 'src/providers/ldap/ldap_common.h')
-rw-r--r--src/providers/ldap/ldap_common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h
index 603a1ed92..c377bcb67 100644
--- a/src/providers/ldap/ldap_common.h
+++ b/src/providers/ldap/ldap_common.h
@@ -124,6 +124,11 @@ int ldap_get_sudo_options(TALLOC_CTX *memctx,
const char *conf_path,
struct sdap_options *opts);
+int ldap_get_autofs_options(TALLOC_CTX *memctx,
+ struct confdb_ctx *cdb,
+ const char *conf_path,
+ struct sdap_options *opts);
+
int ldap_id_enumerate_set_timer(struct sdap_id_ctx *ctx, struct timeval tv);
int ldap_id_cleanup_set_timer(struct sdap_id_ctx *ctx, struct timeval tv);