We got that message where I worked at. We had to go to the domain controller and use the Server Manager to delete our entry and then we used our Samba server to rejoin the domain. Seemed to work then.

[EMAIL PROTECTED] wrote:
When I run:

/usr/local/samba>bin/smbclient -U user%pass -L //myhost -N

I get:

Domain=[MYDOMAIN] OS=[Unix] Server=[Samba 3.0.22]
tree connect failed: NT_STATUS_ACCESS_DENIED

Is there someplace this error message is explained??

My smb.conf file is:

[global]
   security = server
   encrypt passwords = yes
   password server = nt4dc1, nt4dc2
   username map = /usr/local/samba/lib/users.map
   workgroup = YMINTWEB
   remote announce = 192.12.95.255 204.140.39.255
   wins server = 204.140.39.6
   browseable = yes
   public = yes
   print command = lpr -r -P%p %s
   lpq command = lpq -P%p
   lprm command = lprm -P%p %j
   printing = bsd
   printcap name = /etc/printcap
   load printers = yes
   guest account = nobody
   guest ok = yes
   preserve case = yes
   short preserve case = yes
   case sensitive = no
   log file = /usr/local/samba/log.%m
   lock directory = /usr/local/samba/var/locks
   local master = no
   share modes = yes

   valid users = @smb
; Mount user home directories on demand.
[homes]
   comment = Home Directories
   public = no
   browseable = yes
   read only = no
   create mode = 7774
   directory mode = 7775

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to