summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-10-22 13:50:51 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-10-25 19:57:09 +0200
commit0e12686d5ae015b760b9878f64d07c3536c9d466 (patch)
tree1600f07d1f6d1074e52eb113c2d06c45731e6259 /src/db/sysdb.h
parent7534f145c7b376dd5320d7f73022923f087d49a9 (diff)
downloadsssd-0e12686d5ae015b760b9878f64d07c3536c9d466.tar.gz
sssd-0e12686d5ae015b760b9878f64d07c3536c9d466.tar.xz
sssd-0e12686d5ae015b760b9878f64d07c3536c9d466.zip
SYSDB: Add sysdb_delete_by_sid
Diffstat (limited to 'src/db/sysdb.h')
-rw-r--r--src/db/sysdb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/db/sysdb.h b/src/db/sysdb.h
index 2f73873f0..4d5ef0b47 100644
--- a/src/db/sysdb.h
+++ b/src/db/sysdb.h
@@ -812,6 +812,10 @@ int sysdb_delete_netgroup(struct sysdb_ctx *sysdb,
struct sss_domain_info *domain,
const char *name);
+int sysdb_delete_by_sid(struct sysdb_ctx *sysdb,
+ struct sss_domain_info *domain,
+ const char *sid_str);
+
errno_t sysdb_attrs_to_list(TALLOC_CTX *mem_ctx,
struct sysdb_attrs **attrs,
int attr_count,