summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--server/db/sysdb.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/server/db/sysdb.h b/server/db/sysdb.h
index 916f8e21e..5a5badb3e 100644
--- a/server/db/sysdb.h
+++ b/server/db/sysdb.h
@@ -317,4 +317,10 @@ int sysdb_legacy_remove_group_member(struct sysdb_req *sysreq,
const char *group,
const char *member,
sysdb_callback_t fn, void *pvt);
+
+int sysdb_set_cached_password(struct sysdb_req *sysreq,
+ struct sss_domain_info *domain,
+ const char *user,
+ const char *password,
+ sysdb_callback_t fn, void *pvt);
#endif /* __SYS_DB_H__ */