Advertisement
Guest User

smb error win7

a guest
May 25th, 2015
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. ## Samba Conf ##
  2. [global]
  3. workgroup = plop
  4. server string = %h serveur
  5. security = user
  6.  
  7. netbios name = plop
  8. dns proxy = no
  9. log file = /var/log/samba/log.%m
  10. max log size = 1000
  11. syslog = 0
  12. panic action = /usr/share/samba/panic-action %d
  13. log level = 3
  14. server role = standalone server
  15. passdb backend = tdbsam
  16. obey pam restrictions = yes
  17. unix password sync = yes
  18. passwd program = /usr/bin/passwd %u
  19. passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
  20. pam password change = yes
  21. map to guest = never
  22. map untrusted to domain = Yes
  23. unix charset = UTF-8
  24. dos charset = 850
  25.  
  26. ## Error MSG ##
  27. [2015/05/23 11:35:18.906698, 3] ../source3/auth/auth.c:177(auth_check_ntlm_password)
  28. check_ntlm_password: Checking password for unmapped user [kin-splio-PC]\[kin-splio]@[KIN-SPLIO-PC] with the new password interface
  29. [2015/05/23 11:35:18.906736, 3] ../source3/auth/auth.c:180(auth_check_ntlm_password)
  30. check_ntlm_password: mapped user is: [ATELIER]\[kin-splio]@[KIN-SPLIO-PC]
  31. [2015/05/23 11:35:18.906842, 3] ../source3/auth/check_samsec.c:399(check_sam_security)
  32. check_sam_security: Couldn't find user 'kin-splio' in passdb.
  33. [2015/05/23 11:35:18.906897, 2] ../source3/auth/auth.c:288(auth_check_ntlm_password)
  34. check_ntlm_password: Authentication for user [kin-splio] -> [kin-splio] FAILED with error NT_STATUS_NO_SUCH_USER
  35. [2015/05/23 11:35:18.906958, 2] ../auth/gensec/spnego.c:743(gensec_spnego_server_negTokenTarg)
  36. SPNEGO login failed: NT_STATUS_NO_SUCH_USER
  37. [2015/05/23 11:35:18.965728, 3] ../source3/smbd/server_exit.c:221(exit_server_common)
  38. Server exit (NT_STATUS_END_OF_FILE)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement