From 3ff729e6c8a371e7a52914772816c39ca73c50a9 Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Tue, 21 Feb 2012 07:18:12 -0500 Subject: Modifications to simplify list_missing_attrs --- src/providers/ldap/sdap_async_private.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/providers/ldap/sdap_async_private.h') diff --git a/src/providers/ldap/sdap_async_private.h b/src/providers/ldap/sdap_async_private.h index 4192a225e..f6ed68005 100644 --- a/src/providers/ldap/sdap_async_private.h +++ b/src/providers/ldap/sdap_async_private.h @@ -94,14 +94,12 @@ int sdap_save_user(TALLOC_CTX *memctx, struct sdap_options *opts, struct sss_domain_info *dom, struct sysdb_attrs *attrs, - const char **ldap_attrs, bool is_initgr, char **_usn_value, time_t now); int sdap_save_users(TALLOC_CTX *memctx, struct sysdb_ctx *sysdb, - const char **attrs, struct sss_domain_info *dom, struct sdap_options *opts, struct sysdb_attrs **users, -- cgit