Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. [global]
  2. server string = %h (Samba, Ubuntu)
  3. security = user
  4. #passdb backend = tdbsam
  5. #map to guest = never
  6.  
  7. log file = /var/log/samba/log.%m
  8. log level = 5
  9.  
  10. [guest]
  11. path = /SMBMOUNT/HomePiFreigabe
  12. read only = no
  13. guest ok = yes
  14.  
  15. assdb backend = tdbsam
  16.  
  17. map to guest = never
  18.  
  19. [2019/02/21 20:48:05.953229, 3] ../source3/passdb/lookup_sid.c:1645(get_primary_group_sid)
  20. Forcing Primary Group to 'Domain Users' for pinedorus
  21. [2019/02/21 20:48:05.953590, 2] ../libcli/auth/ntlm_check.c:424(ntlm_password_check)
  22. ntlm_password_check: NTLMv1 passwords NOT PERMITTED for user pinedorus
  23. [2019/02/21 20:48:05.953678, 3] ../libcli/auth/ntlm_check.c:431(ntlm_password_check)
  24. ntlm_password_check: NEITHER LanMan nor NT password supplied for user pinedorus
  25. [2019/02/21 20:48:05.954407, 2] ../source3/auth/auth.c:315(auth_check_ntlm_password)
  26. check_ntlm_password: Authentication for user [pinedorus] -> [pinedorus] FAILED with error NT_STATUS_WRONG_PASSWORD
  27.  
  28. [2019/02/21 20:54:58.041053, 3] ../source3/auth/auth.c:181(auth_check_ntlm_password)
  29. check_ntlm_password: mapped user is: [PISERVER][guest]@[GONDOLIN]
  30. [2019/02/21 20:54:58.041368, 3] ../source3/auth/check_samsec.c:400(check_sam_security)
  31. check_sam_security: Couldn't find user 'guest' in passdb.
  32. [2019/02/21 20:54:58.041470, 2] ../source3/auth/auth.c:315(auth_check_ntlm_password)
  33. check_ntlm_password: Authentication for user [guest] -> [guest] FAILED with error NT_STATUS_NO_SUCH_USER
  34.  
  35. smbclient //PISERVER/guest --user=pinedorus
  36. Enter pinedorus's password:
  37. Domain=[WORKGROUP] OS=[Windows 6.1] Server=[Samba 4.5.16-Debian]
  38. smb: >
  39.  
  40. check_ntlm_password: sam authentication for user [pinedorus] succeeded
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement