summaryrefslogtreecommitdiffstats
path: root/src/tools/sss_seed.c
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-01-07 18:37:57 -0500
committerJakub Hrozek <jhrozek@redhat.com>2013-01-15 10:53:01 +0100
commit7c26e3568d0d789067feef945086dff367408a1c (patch)
tree39346e4f175d1c3d7d04087338c478317fb2fc2e /src/tools/sss_seed.c
parentefc81d1b44169206a2e55bb8e900d3859375abe3 (diff)
downloadsssd-7c26e3568d0d789067feef945086dff367408a1c.tar.gz
sssd-7c26e3568d0d789067feef945086dff367408a1c.tar.xz
sssd-7c26e3568d0d789067feef945086dff367408a1c.zip
Add domain argument to sysdb_add_user()
Diffstat (limited to 'src/tools/sss_seed.c')
-rw-r--r--src/tools/sss_seed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/sss_seed.c b/src/tools/sss_seed.c
index 45b4d1ad0..5e4504e0a 100644
--- a/src/tools/sss_seed.c
+++ b/src/tools/sss_seed.c
@@ -739,7 +739,7 @@ static int seed_cache_user(struct seed_ctx *sctx)
in_transaction = true;
if (sctx->user_cached == false) {
- ret = sysdb_add_user(sctx->sysdb, sctx->uctx->name,
+ ret = sysdb_add_user(sctx->sysdb, sctx->domain, sctx->uctx->name,
sctx->uctx->uid, sctx->uctx->gid,
sctx->uctx->gecos, sctx->uctx->home,
sctx->uctx->shell, NULL, NULL, 0, 0);