TrueNAS-13.1-MASTER-202402240814
How to fix it?
I have the following problem with SMB. I have users from six months ago and their logins work in accessing disk resources via SMB. For say two months now, I’ve had a problem with newly created users having access. I create a user today, assign it to a group I already had. When I enter ƒ192.168.100.4 on the target computer and enter the user and password I don’t get access to the resources, I see the user and password requests over and over again.
The user is definitely there and I have definitely given it a password, user ede
midclt call smb.status AUTH_LOG | jq
wyświetla midclt call smb.status AUTH_LOG | jq{
“timestamp”: “2024-09-06T18:10:27.399904+0200”,
“type”: “Authentication”,
“Authentication”: {
“version”: {
“major”: 1,
“minor”: 2
},
“eventId”: 4625,
“logonId”: “0”,
“logonType”: 3,
“status”: “NT_STATUS_NO_SUCH_USER”,
“localAddress”: “ipv4:192.168.100.4:445”,
“remoteAddress”: “ipv4:192.168.1.62:51142”,
“serviceDescription”: “SMB2”,
“authDescription”: null,
“clientDomain”: “ERIKDEUTSCHGRAF”,
“clientAccount”: “ede”,
“workstation”: “ERIKDEUTSCHGRAF”,
“becameAccount”: null,
“becameDomain”: null,
“becameSid”: null,
“mappedAccount”: “ede”,
“mappedDomain”: “ERIKDEUTSCHGRAF”,
“netlogonComputer”: null,
“netlogonTrustAccount”: null,
“netlogonNegotiateFlags”: “0x00000000”,
“netlogonSecureChannelType”: 0,
“netlogonTrustAccountSid”: null,
“passwordType”: “NTLMv2”,
“duration”: 614
},
“timestamp_tval”: {
“tv_sec”: 1725639027,
“tv_usec”: 399904
}
}
]