summaryrefslogtreecommitdiffstats
path: root/server/db
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2009-05-19 12:06:44 +0200
committerSimo Sorce <ssorce@redhat.com>2009-05-19 11:09:44 -0400
commit7b69881096fdeceb742eb01cd471abd2e2b24e37 (patch)
treea96b2ced21eb07b94c9a87f7a896531584ab09f7 /server/db
parentcfd69419bece0047fd373c64e56e5eaf2a4c89a9 (diff)
downloadsssd-7b69881096fdeceb742eb01cd471abd2e2b24e37.tar.gz
sssd-7b69881096fdeceb742eb01cd471abd2e2b24e37.tar.xz
sssd-7b69881096fdeceb742eb01cd471abd2e2b24e37.zip
added prototype for sysdb_set_cached_password
Diffstat (limited to 'server/db')
-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__ */