summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2011-03-17 17:54:06 +0100
committerStephen Gallagher <sgallagh@redhat.com>2011-03-23 04:58:50 -0400
commit24fca6a53f752ef77f46002fc5bbe7249a95af63 (patch)
treedd8f17d129426892ad710f6a6f8e057fe45d7c7e /src/db/sysdb.h
parented0f8138e7b7b129705dbce872056cbb77508fe8 (diff)
downloadsssd-24fca6a53f752ef77f46002fc5bbe7249a95af63.tar.gz
sssd-24fca6a53f752ef77f46002fc5bbe7249a95af63.tar.xz
sssd-24fca6a53f752ef77f46002fc5bbe7249a95af63.zip
Add originalDN to fake groups
Diffstat (limited to 'src/db/sysdb.h')
-rw-r--r--src/db/sysdb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/db/sysdb.h b/src/db/sysdb.h
index e98426551..971a35f99 100644
--- a/src/db/sysdb.h
+++ b/src/db/sysdb.h
@@ -496,7 +496,8 @@ int sysdb_add_group(TALLOC_CTX *mem_ctx,
int sysdb_add_incomplete_group(struct sysdb_ctx *ctx,
struct sss_domain_info *domain,
const char *name,
- gid_t gid);
+ gid_t gid,
+ const char *original_dn);
/* Add netgroup (only basic attrs and w/o checks) */
int sysdb_add_basic_netgroup(struct sysdb_ctx *ctx,