Displaying 5 results from an estimated 5 matches for "nt_status_no_such_domain".
2025 Feb 17
2
Cannot access domain member from trusted domain user
...16:02:52 roberts smbd[514]: [2025/02/16 16:02:52.332273, 0] source3/auth/auth_util.c:1945(check_account)
winbind:
[2025/02/16 15:59:21.834790, 1, traceid=1674] source3/winbindd/winbindd_getpwnam.c:146(winbindd_getpwnam_recv)
Could not convert sid S-1-5-21-3237397562-3087105784-2935402547-1103: NT_STATUS_NO_SUCH_DOMAIN
[2025/02/16 15:59:21.834852, 1, traceid=1674] source3/winbindd/wb_queryuser.c:123(wb_queryuser_got_uid)
wb_sids2xids_recv() failed with NT_STATUS_NO_SUCH_DOMAIN.
[2025/02/16 15:59:21.834875, 1, traceid=1674] source3/winbindd/wb_sids2xids.c:715(wb_sids2xids_gotdc)
Failed with NT_STATUS_NO_SUCH...
2025 Feb 17
1
FW: Cannot access domain member from trusted domain user
...16:02:52 roberts smbd[514]: [2025/02/16 16:02:52.332273, 0] source3/auth/auth_util.c:1945(check_account)
winbind:
[2025/02/16 15:59:21.834790, 1, traceid=1674] source3/winbindd/winbindd_getpwnam.c:146(winbindd_getpwnam_recv)
Could not convert sid S-1-5-21-3237397562-3087105784-2935402547-1103: NT_STATUS_NO_SUCH_DOMAIN
[2025/02/16 15:59:21.834852, 1, traceid=1674] source3/winbindd/wb_queryuser.c:123(wb_queryuser_got_uid)
wb_sids2xids_recv() failed with NT_STATUS_NO_SUCH_DOMAIN.
[2025/02/16 15:59:21.834875, 1, traceid=1674] source3/winbindd/wb_sids2xids.c:715(wb_sids2xids_gotdc)
Failed with NT_STATUS_NO_SUCH...
2025 Apr 24
1
Fwd: Domain member fails to map SID>*ID after DC migrated from Server 2022 to 2025
...samba wrote:
> On Wed, Apr 23, 2025 at 07:49:12AM +0000, Rowland Penny via samba wrote:
> > On Tue, 22 Apr 2025 21:09:26 -0500
> > Dustin Howett via samba <samba at lists.samba.org> wrote:
> >
> > > - On Server 2025, it returns a failure instead:
> > > NT_STATUS_NO_SUCH_DOMAIN
> > >
FWIW, I think this is down to a difference in handling NetGetAnyDCName
on Windows Server 2025 compared to 2022.
On 2025, I see this in netlogon.log (nltest /dbflag:ffffffff):
+ 04/23 20:00:38 [CRITICAL] [2268] DOMTEST: NetrGetAnyDCName: domtest: No such trusted domain
... which...
2025 Apr 23
1
Fwd: Domain member fails to map SID>*ID after DC migrated from Server 2022 to 2025
On Wed, Apr 23, 2025 at 07:49:12AM +0000, Rowland Penny via samba wrote:
> On Tue, 22 Apr 2025 21:09:26 -0500
> Dustin Howett via samba <samba at lists.samba.org> wrote:
>
> > - On Server 2025, it returns a failure instead:
> > NT_STATUS_NO_SUCH_DOMAIN
> >
>
> It seems that your DC cannot be found, so for a start, can you post the
> /etc/resolv.conf, /etc/krb5.conf and smb.conf from the client.
>
Thanks Rowland (and sorry for the stray Fwd in the subject.)
Just to note before I get into my config files: wbinfo (et al) repor...
2024 Apr 11
0
smbclient issue
Hi All,
I am having a strange problem with smbclient. I am transferring some services from one Oracle Linux server to another. On the new server, when I run the command
# smbclient //server_name/import -l /var/log/samba -A /home/user/auth.txt --client-protection=sign, I get the error NT_STATUS_NO_SUCH_DOMAIN.
The exact same command works on the current server.
I cannot understand how the same command with the same version of smbclient on both servers works on one server,
but not the other. Both servers have smbclient 4.18.6 and both servers run Oracle Linux.
Any help would be appreciated.