Jesús Lucas Flores
2011-Jun-05 00:59 UTC
[Samba] Trouble installing SWAT on a Samba 4 Alpha 13 build onUbuntu Server
Hey! I hope I help you: You should have the share folder in smb.conf like this: [finance] Path=/some/wehere Read only= no And then configure the permission like this message says: Then!!! Log in from a domain member (xp or whatever windows) with your administrator. And set in the security tab for this "finance" the rights of user and grou By Daniel Muller. But YOU CAN'T change the permission if your sistem NOT SUPPORT both the "user" and "system" xattr namespaces. You can view if your kernel suport this doing this (Example on Debian Squeeze): #cat /boot/config-`uname -r` | grep CONFIG_EXT3_FS_XATTR #cat /boot/config-`uname -r` | grep CONFIG_EXT3_FS_SECURITY You should see: CONFIG_EXT3_FS_XATTR=y CONFIG_EXT3_FS_SECURITY=y If not : You should recompile your kernel with that options to "YES" If yes: You should mount your filesystem with the option "user_xattr" in /etc/fstab file: Example: /dev/sda1 / ext3 errors=remount-ro,user_xattr 1 1 Then you should change the permissions like Daniel Muller said. -- Greetings Jes?s Lucas - jelukas89 at gmail.com Linux and Windows SysAdmin