Displaying 1 result from an estimated 1 matches for "my_addc".
Did you mean:
  my_addr
  
2005 Feb 11
0
Inconsistant write access to SAMBA share
...p and i'm stumped as to why this all works from the dos 
prompt but not from windows.  Any ideas?
Here is my smb.conf config
[global]
   workgroup = MYDOMAINNAME
   netbios name = MYSERVERNAME
   realm = MYDOMAINNAME.MY.DOMAIN
   security = ads
   encrypt passwords = yes
   password server = MY_ADDC.MY.DOMAIN
   wins server = MY_ADDC.MY.DOMAIN
   name resolve order = lmhosts host wins bcast
   log file = /var/log/samba/%m.log
   server string = RedHat Samba Server
   log level = 2
winbind cache time = 10
winbind enum users = yes
winbind enum groups = yes
template shell = /bin/bash
template hom...