Guest User

Untitled

a guest
Apr 1st, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. check_ntlm_password: Authentication for user [teacher] -> [teacher] FAILED with error NT_STATUS_NO_SUCH_USER
  2. [2016/01/06 14:00:51.944975, 3] ../source3/auth/auth_util.c:1593(do_map_to_guest_server_info)
  3. No such user teacher [HeritageFileServer] - using guest account
  4.  
  5. ---------------
  6. Unix username: tech
  7. NT username:
  8. Account Flags: [U ]
  9. User SID: S-1-5-21-3838925055-3536237277-778935331-1000
  10. Forcing Primary Group to 'Domain Users' for tech
  11. Primary Group SID: S-1-5-21-3838925055-3536237277-778935331-513
  12. Full Name: Tech
  13. Home Directory: \heritagefileservertech
  14. HomeDir Drive:
  15. Logon Script:
  16. Profile Path: \heritagefileservertechprofile
  17. Domain: HERITAGEFILESERVER
  18. Account desc:
  19. Workstations:
  20. Munged dial:
  21. Logon time: 0
  22. Logoff time: never
  23. Kickoff time: never
  24. Password last set: Wed, 06 Jan 2016 13:07:05 MST
  25. Password can change: Wed, 06 Jan 2016 13:07:05 MST
  26. Password must change: never
  27. Last bad password : 0
  28. Bad password count : 0
  29. Logon hours : FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  30. ---------------
  31. Unix username: teacher
  32. NT username:
  33. Account Flags: [U ]
  34. User SID: S-1-5-21-3838925055-3536237277-778935331-1001
  35. Forcing Primary Group to 'Domain Users' for teacher
  36. Primary Group SID: S-1-5-21-3838925055-3536237277-778935331-513
  37. Full Name:
  38. Home Directory: \heritagefileserverteacher
  39. HomeDir Drive:
  40. Logon Script:
  41. Profile Path: \heritagefileserverteacherprofile
  42. Domain: HERITAGEFILESERVER
  43. Account desc:
  44. Workstations:
  45. Munged dial:
  46. Logon time: 0
  47. Logoff time: never
  48. Kickoff time: never
  49. Password last set: Mon, 04 Jan 2016 15:22:14 MST
  50. Password can change: Mon, 04 Jan 2016 15:22:14 MST
  51. Password must change: never
  52. Last bad password : 0
  53. Bad password count : 0
  54. Logon hours : FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  55.  
  56. #======================= Global Settings =======================
  57.  
  58. [global]
  59.  
  60. ;workgroup = WORKGROUP
  61.  
  62. server string = %h server (Samba, Ubuntu)
  63.  
  64. dns proxy = no
  65.  
  66. #interfaces = eth0
  67.  
  68. log level = 3
  69.  
  70. log file = /var/log/samba/log.%m
  71.  
  72. max log size = 1000
  73.  
  74. syslog = 0
  75.  
  76.  
  77. ####### Authentication #######
  78.  
  79. ;server role = standalone server
  80.  
  81. security = user
  82.  
  83. guest account = nobody
  84.  
  85. map to guest = bad user
  86.  
  87. ;usershare allow guests = yes
  88.  
  89. #======================= Share Definitions =======================
  90.  
  91. [printers]
  92. comment = All Printers
  93. browseable = yes
  94. path = /var/spool/samba
  95. printable = yes
  96. guest ok = yes
  97. read only = yes
  98. create mask = 0700
  99.  
  100. [print$]
  101. comment = Printer Drivers
  102. path = /var/lib/samba/printers
  103. browseable = yes
  104. read only = yes
  105. guest ok = yes
  106.  
  107. [share]
  108. comment= Heritage File Server
  109. path = /media/external/ServerBackup
  110. browsable = yes
  111. guest ok = yes
  112. read only = no
  113. create mask = 0755
  114.  
  115. [Share]
  116. comment= Heritage File Server
  117. path = /media/external/ServerBackup
  118. browsable = yes
  119. guest ok = yes
  120. read only = no
  121. create mask = 0755
  122.  
  123. [Shared]
  124. comment= Heritage File Server
  125. path = /media/external/ServerBackup
  126. available = yes
  127. valid users = teacher
  128. browsable = yes
  129. guest ok = no
  130. read only = no
  131. writable = yes
  132. create mask = 0755
  133.  
  134. [web]
  135. comment = Heritage Web Hosting
  136. path = /var/www/html
  137. browsable = yes
  138. guest ok = no
  139. read only = no
  140. create mask = 0755
  141.  
  142. [homes]
  143. comment = Home Directories
  144. browsable = yes
  145. read only = yes
  146.  
  147. sudo smbpasswd -a < username>
  148.  
  149. sudo service smbd restart
Add Comment
Please, Sign In to add comment