summaryrefslogtreecommitdiffstats
path: root/server/db/sysdb.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-03-08 17:24:44 -0400
committerSimo Sorce <ssorce@redhat.com>2009-03-09 10:53:47 -0400
commitea4f00deaa457f8d8262528cf628691ced497c2e (patch)
tree6bd839ee204fc2e1d60175cfa7411811d391a012 /server/db/sysdb.h
parent0c6b300a283c7c6bfc03fa16af1f0ce934d02391 (diff)
downloadsssd-ea4f00deaa457f8d8262528cf628691ced497c2e.tar.gz
sssd-ea4f00deaa457f8d8262528cf628691ced497c2e.tar.xz
sssd-ea4f00deaa457f8d8262528cf628691ced497c2e.zip
Implement SetGroupGID in the InfoPipe
Diffstat (limited to 'server/db/sysdb.h')
-rw-r--r--server/db/sysdb.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/server/db/sysdb.h b/server/db/sysdb.h
index f59b56c1d..e323ad0d6 100644
--- a/server/db/sysdb.h
+++ b/server/db/sysdb.h
@@ -285,6 +285,11 @@ int sysdb_add_group(struct sysdb_req *sysreq,
const char *name, gid_t gid,
sysdb_callback_t fn, void *pvt);
+int sysdb_set_group_gid(struct sysdb_req *sysreq,
+ struct sss_domain_info *domain,
+ const char *name, gid_t gid,
+ sysdb_callback_t fn, void *pvt);
+
/* legacy functions for proxy providers */
int sysdb_legacy_store_user(struct sysdb_req *sysreq,