Access SMB SHARING & prompt user

RMAZOUZI

Explorer
Joined
Jan 15, 2023
Messages
54
Hello ,

Please shoud be informed that i created two USERS "TEST01" and "TEST02" and and i gave them access to SMB SHARING FOLDER i can connect from windows 10 to their folder. but today i created two other users TEST03 and TEST04 but windows keep prompt user and password howere the compte and pass are correct is there any please any workaround.
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,554
Hello ,

Please shoud be informed that i created two USERS "TEST01" and "TEST02" and and i gave them access to SMB SHARING FOLDER i can connect from windows 10 to their folder. but today i created two other users TEST03 and TEST04 but windows keep prompt user and password howere the compte and pass are correct is there any please any workaround.
The workaround is to diagnose what the problem is, and then address it. You can start by looking at logs midclt call smb.status AUTH_LOG | jq should print out recent access attempts to the SMB server.
 

RMAZOUZI

Explorer
Joined
Jan 15, 2023
Messages
54
The workaround is to diagnose what the problem is, and then address it. You can start by looking at logs midclt call smb.status AUTH_LOG | jq should print out recent access attempts to the SMB server.
Hi thanks Very Much here i tried from another computer which is in the same subet and it works
here the tail of the command above

{
"timestamp": "2023-01-18T05:48:05.510012-0800",
"type": "Authentication",
"Authentication": {
"version": {
"major": 1,
"minor": 2
},
"eventId": 4624,
"logonId": "0",
"logonType": 3,
"status": "NT_STATUS_OK",
"localAddress": "ipv4:192.168.2.215:445",
"remoteAddress": "ipv4:192.168.2.4:57046",
"serviceDescription": "SMB2",
"authDescription": null,
"clientDomain": "GROUPELMV",
"clientAccount": "mbouchelhi",
"workstation": "SRVDCLMV02",
"becameAccount": "mbouchelhi",
"becameDomain": "TRUENAS",
"becameSid": "S-1-5-21-3108238393-486238893-825672113-1009",
"mappedAccount": "mbouchelhi",
"mappedDomain": "GROUPELMV",
"netlogonComputer": null,
"netlogonTrustAccount": null,
"netlogonNegotiateFlags": "0x00000000",
"netlogonSecureChannelType": 0,
"netlogonTrustAccountSid": null,
"passwordType": "NTLMv2",
"duration": 2547
}
}
]


tell me please what is the best solution to replicate TRUENAS to other one "ZSF REPLICATION" or "RSYNC" the best way to restore too
 
Top