From f16705ecade500f77b525d1a3df0109196c98ee0 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 11 Apr 2009 00:18:23 -0400 Subject: Always pass full domain info Change sysdb to always passwd sss_domain_info, not just the domain name. This way domain specific options can always be honored at the db level. --- server/tools/sss_usermod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tools/sss_usermod.c') diff --git a/server/tools/sss_usermod.c b/server/tools/sss_usermod.c index dae584e2e..fd2456104 100644 --- a/server/tools/sss_usermod.c +++ b/server/tools/sss_usermod.c @@ -87,7 +87,7 @@ static void mod_user(struct sysdb_req *req, void *pvt) } else { ret = sysdb_set_user_attr(req, sysdb_req_get_ctx(req), - user_ctx->domain->name, + user_ctx->domain, user_ctx->username, user_ctx->attrs, add_to_groups, -- cgit