samba:test_samba_s_ability_to_authenticate_users
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
samba:test_samba_s_ability_to_authenticate_users [2016/07/10 10:11] – peter | samba:test_samba_s_ability_to_authenticate_users [2019/12/04 19:53] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Samba - Test Samba’s ability to authenticate users ====== | ||
- | |||
- | ===== Test using an invalid username and password ===== | ||
- | |||
- | <code bash> | ||
- | smbclient // | ||
- | </ | ||
- | |||
- | Result: | ||
- | |||
- | < | ||
- | Domain=[SHAREWIZ] OS=[Windows 6.1] Server=[Samba 4.3.9-Ubuntu] | ||
- | tree connect failed: NT_STATUS_ACCESS_DENIED | ||
- | </ | ||
- | |||
- | |||
- | ===== Test using a valid username but with an incorrect password ===== | ||
- | |||
- | <code bash> | ||
- | smbclient // | ||
- | </ | ||
- | |||
- | Result: | ||
- | |||
- | < | ||
- | session setup failed: NT_STATUS_LOGON_FAILURE | ||
- | </ | ||
- | |||
- | |||
- | ===== Test using a valid username with a valid password ===== | ||
- | |||
- | <code bash> | ||
- | smbclient // | ||
- | </ | ||
- | |||
- | Result: | ||
- | |||
- | < | ||
- | Domain=[SHAREWIZ] OS=[Windows 6.1] Server=[Samba 4.3.9-Ubuntu] | ||
- | smb: \> | ||
- | </ | ||
- | |||
- | If smbd is able to successfully authenticate the login name/ | ||
- | |||
- | If the user was correctly authenticated, | ||
- | |||
- | Exit smb, by typing: | ||
- | |||
- | <code bash> | ||
- | smb: \> exit | ||
- | </ | ||
- | |||
samba/test_samba_s_ability_to_authenticate_users.1468145508.txt.gz · Last modified: 2020/07/15 09:30 (external edit)