From f143937efc6cbb1eb84042979c83dd5b3f23a40c Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Mon, 7 May 2012 17:08:20 +0200 Subject: sudo ldap provider: find highest USN --- src/providers/ldap/sdap_sudo_cache.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/providers/ldap/sdap_sudo_cache.h') diff --git a/src/providers/ldap/sdap_sudo_cache.h b/src/providers/ldap/sdap_sudo_cache.h index 146d38f2..6413d236 100644 --- a/src/providers/ldap/sdap_sudo_cache.h +++ b/src/providers/ldap/sdap_sudo_cache.h @@ -25,11 +25,13 @@ /* Cache functions specific for the native sudo LDAP schema */ errno_t -sdap_save_native_sudorule_list(struct sysdb_ctx *sysdb_ctx, +sdap_save_native_sudorule_list(TALLOC_CTX *mem_ctx, + struct sysdb_ctx *sysdb_ctx, struct sdap_attr_map *map, struct sysdb_attrs **replies, size_t replies_count, int cache_timeout, - time_t now); + time_t now, + char **_usn); #endif /* _SDAP_SUDO_CACHE_H_ */ -- cgit