Hi Sir, I have program in our network that needs database access tru network. I successfully Run this program. But the program need access to samba shares drive. Please help me how i can do this in wine. Thanks
pinoy_steal wrote:> I have program in our network that needs database access tru network. I successfully Run this program. But the program need access to samba shares drive. Please help me how i can do this in wine. >http://www.winehq.org/docs/wineusr-guide/misc-things-to-configure#AEN415
pinoy_steal wrote:> hi sir, Thanks for all your input. Now it works. My problem also are folder permission.You can control that with Samba as well. Who is the owner of that directory and what are the default permission masks.
Hi Sir, Thanks for all reply. I am the owner of that directory. the default mask are 022. But I change the directory permission with "777" thanks for the help sir. This question are solve.
On Mon, 2010-03-08 at 18:30 -0600, pinoy_steal wrote:> Thanks for all reply. I am the owner of that directory. the default > mask are 022. But I change the directory permission with "777" thanks > for the help sir. This question are solve. >Leaving anything that wide open is a thoroughly bad idea. Setting a directory (and its default mask) to 0755 would be better (user has read/write/execute access, group and world have read/execute) and use 0664 for files and their default (user and group have read/write access and world has read). Using world write permission for anything is extremely unwise: its a good way to open the way for a virus or trojan to do real damage to your system. Martin