diff options
author | Simo Sorce <ssorce@redhat.com> | 2009-04-11 00:18:23 -0400 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2009-04-13 09:07:04 -0400 |
commit | f16705ecade500f77b525d1a3df0109196c98ee0 (patch) | |
tree | 972b1dba612fa52dd5f9f98b098aa5ad31d2b6f6 /server/tools | |
parent | a89fce4904ecb1169026238a6952d4d6a1995c7f (diff) | |
download | sssd-f16705ecade500f77b525d1a3df0109196c98ee0.tar.gz sssd-f16705ecade500f77b525d1a3df0109196c98ee0.tar.bz2 sssd-f16705ecade500f77b525d1a3df0109196c98ee0.zip |
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.
Diffstat (limited to 'server/tools')
-rw-r--r-- | server/tools/sss_usermod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tools/sss_usermod.c b/server/tools/sss_usermod.c index dae584e2..fd245610 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, |