Actions
Bug #1384
closedHost access checks don't work for clients not resolvable via NIS/DNS/LDAP
Start date:
2011-08-17
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
Originally posted as http://www.nexentastor.org/issues/121.
The problem here is that we are bailing out after checking the result of __netdir_getbyaddr_nosrv(config, &clnames, &buf) for the clients not resolvable via NIS/DNS/LDAP (http://src.illumos.org/source/xref/illumos-gate/usr/src/lib/smbsrv/libsmb/common/smb_util.c#453).
Proposed patch attached.
Files
Updated by Rich Lowe about 12 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
- Tags deleted (
needs-triage)
Resolved in r13464 commit:e73ffd53b1d6
Actions