diff options
Diffstat (limited to 'usr/src/cmd/idmap/idmapd/server.c')
| -rw-r--r-- | usr/src/cmd/idmap/idmapd/server.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/usr/src/cmd/idmap/idmapd/server.c b/usr/src/cmd/idmap/idmapd/server.c index 94a7cea12a..e27690a160 100644 --- a/usr/src/cmd/idmap/idmapd/server.c +++ b/usr/src/cmd/idmap/idmapd/server.c @@ -364,12 +364,6 @@ idmap_get_mapped_ids_1_svc(idmap_mapping_batch batch, "AD lookup - domain not found (ignored)"); continue; } - if (res->retcode == IDMAP_SUCCESS) - TRACE(req, res, "Found in AD"); - else if (res->retcode == IDMAP_ERR_NOTFOUND) - TRACE(req, res, "Not found in AD"); - else - TRACE(req, res, "AD lookup error"); } } |
