Hi, I have installed a Debian / Lenny with Samba 3.2.5 and put it in an existing Domain. All works fine. I can Authenticate the Users and and give them permissions to write while I connect from a Windows- or Linux-Client. When I`m conecting from an Mac OS X Client and create a new Folder, the Permission is always 755. (from other clients 770) my smb.conf: [global] security = domain workgroup = XXX netbios name = file-server01 encrypt passwords = yes log level = 2 [test] path = /daten/test browseable = yes writeable = yes valid users = @mygroup create mask = 0660 directory mask = 0770 I also tried to create an own PDC (samba with ldap) and I have the same problems. Can anybody help me, or had anybody the same problems?
Johannes Weberhofer, Weberhofer GmbH
2009-Jun-04 12:20 UTC
[Samba] Problem with Mac OS X Clients
Try force directory security mode = 0770 best regards, Johannes Am 04.06.2009 13:26, schrieb Christian Wernitz:> Hi, > > I have installed a Debian / Lenny with Samba 3.2.5 and put it in an > existing Domain. > > All works fine. I can Authenticate the Users and and give them > permissions to write while I connect from a Windows- or Linux-Client. > When I`m conecting from an Mac OS X Client and create a new Folder, the > Permission is always 755. (from other clients 770) > > my smb.conf: > [global] > security = domain > workgroup = XXX > netbios name = file-server01 > encrypt passwords = yes > log level = 2 > > [test] > path = /daten/test > browseable = yes > writeable = yes > valid users = @mygroup > create mask = 0660 > directory mask = 0770 > > I also tried to create an own PDC (samba with ldap) and I have the same > problems. > > > Can anybody help me, or had anybody the same problems?-- |--------------------------------- | weberhofer GmbH | Johannes Weberhofer | information technologies | Austria, 1080 Wien, Blindengasse 52/3 | | Firmenbuch: 225566s, Handelsgericht Wien | UID: ATU55277701 | | phone : +43 (0)1 5454421 0 | email: office@weberhofer.at | fax : +43 (0)1 5454421 19 | web : weberhofer.at | mobile: +43 (0)699 11998315 |----------------------------------------------------------->>
Yes, it work! Thank you!!! Am 04.06.2009 um 13:35 schrieb eerov@welho.com:> Try to set unix extensions = No in smb.conf > > -- > Eero > > > Quoting Christian Wernitz <christian.wernitz@kontrast.de>: > >> Hi, >> >> I have installed a Debian / Lenny with Samba 3.2.5 and put it in an >> existing Domain. >> >> All works fine. I can Authenticate the Users and and give them >> permissions to write while I connect from a Windows- or Linux-Client. >> When I`m conecting from an Mac OS X Client and create a new Folder, >> the >> Permission is always 755. (from other clients 770) >> >> my smb.conf: >> [global] >> security = domain >> workgroup = XXX >> netbios name = file-server01 >> encrypt passwords = yes >> log level = 2 >> >> [test] >> path = /daten/test >> browseable = yes >> writeable = yes >> valid users = @mygroup >> create mask = 0660 >> directory mask = 0770 >> >> I also tried to create an own PDC (samba with ldap) and I have the >> same >> problems. >> >> >> Can anybody help me, or had anybody the same problems? >> -- >> To unsubscribe from this list go to the following URL and read the >> instructions: lists.samba.org/mailman/options/samba > > >