From 278e1768a158a73b7769bcfe17035a17e2b81f70 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Thu, 17 Mar 2011 17:54:06 +0100 Subject: Add originalDN to fake groups --- src/db/sysdb.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/db/sysdb.h') 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, -- cgit