summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2015-01-27 16:02:33 +0100
committerJakub Hrozek <jhrozek@redhat.com>2015-01-30 12:40:50 +0100
commit108db0e3b9e06e530364ef8228634f5e3f6bd3b5 (patch)
tree9fd0b05e9b534995c36d25d46661df188c4f91c1 /src/db/sysdb.h
parent2c7a47b6ed9c9dc721af1eac6c53b706bf1769b6 (diff)
downloadsssd-108db0e3b9e06e530364ef8228634f5e3f6bd3b5.tar.gz
sssd-108db0e3b9e06e530364ef8228634f5e3f6bd3b5.tar.xz
sssd-108db0e3b9e06e530364ef8228634f5e3f6bd3b5.zip
LDAP: Add UUID when saving incomplete groups
Related to: https://fedorahosted.org/sssd/ticket/2571 Reviewed-by: Sumit Bose <sbose@redhat.com>
Diffstat (limited to 'src/db/sysdb.h')
-rw-r--r--src/db/sysdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/db/sysdb.h b/src/db/sysdb.h
index 3fb18b9bb..0574a91fb 100644
--- a/src/db/sysdb.h
+++ b/src/db/sysdb.h
@@ -797,6 +797,7 @@ int sysdb_add_incomplete_group(struct sss_domain_info *domain,
gid_t gid,
const char *original_dn,
const char *sid_str,
+ const char *uuid,
bool posix,
time_t now);