diff options
author | dm199847 <none@none> | 2008-06-06 14:39:54 -0700 |
---|---|---|
committer | dm199847 <none@none> | 2008-06-06 14:39:54 -0700 |
commit | dc03a6381d035262755e261eb83678f3b65e0882 (patch) | |
tree | 9264a05105c0c75167a139fc4a885d5181d33564 /usr/src | |
parent | 7257d1b4d25bfac0c802847390e98a464fd787ac (diff) | |
download | illumos-joyent-dc03a6381d035262755e261eb83678f3b65e0882.tar.gz |
6706243 6591398 breaks workgroup mode; idmapd should not demand default_domain be set or discoverable
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/cmd/idmap/idmapd/dbutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/idmap/idmapd/dbutils.c b/usr/src/cmd/idmap/idmapd/dbutils.c index a1d5b3b49d..5263c1f158 100644 --- a/usr/src/cmd/idmap/idmapd/dbutils.c +++ b/usr/src/cmd/idmap/idmapd/dbutils.c @@ -1086,7 +1086,7 @@ load_cfg_in_state(lookup_state_t *state) } } else { UNLOCK_CONFIG(); - return (IDMAP_ERR_DOMAIN_NOTFOUND); + return (IDMAP_SUCCESS); } if (_idmapdstate.cfg->pgcfg.ds_name_mapping_enabled == FALSE) { UNLOCK_CONFIG(); |