John, Thanks for the reply. I've changed the file to the following, but it still won't allow me to write: [global] name resolve order = host disable netbios = yes workgroup = DOMAIN realm = DOMAIN.COM netbios name = NET preferred master = no server string = NET security = ADS encrypt passwords = yes log file = /var/log/samba/%m max log size = 50 winbind separator = + wins support = no idmap uid = 10000-20000 idmap gid = 10000-20000 winbind enum users = yes winbind enum groups = yes winbind use default domain = yes debug level = 1 [myshare] path = /usr/netshare public = no read only = no valid users = DOMAIN+John.Smith write list = DOMAIN+John.Smith C.A.
John D Paul <[EMAIL PROTECTED]> wrote: The public=yes parameter tells samba to map to the unix guest user - since your security mode is ADS, you may have to specify which ADS user to use as Guest. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba --------------------------------- Get your own web address for just $1.99/1st yr. We'll help. Yahoo! Small Business. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
