public inbox for gentoo-user-de@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user-de] SAMBA, versteckte Dateien
@ 2005-09-05 13:33 Daniel Rindt
  2005-09-05 17:42 ` Alexander Skwar
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Rindt @ 2005-09-05 13:33 UTC (permalink / raw
  To: gentoo-user-de

[-- Attachment #1: Type: text/plain, Size: 1045 bytes --]

Hallo,

ich habe auf meinem Samba Server ein ext3 Dateisystem mit ACL und
entsprechend die ACL Unterstützung auch im Kernel. 
Nach etlichen Überlegungen und Nachlesen im Handbuch habe ich keine
Lösung gefunden. Wenn ein Windowsuser auf ein Share zugreift, und auf
dem Share eine versteckte Datei ablegt, zeigt Samba diese Datei aber nie
als versteckt an.
Vielleicht hat jemand eine Lösung für mich.

Meine smb.conf:
=== 8< ===
[global]
        map system = yes
        netbios name = test123
        browseable = Yes
        map hidden = yes
        server string = test123
        unix password sync = yes
        workgroup = KAROAS
        encrypt passwords = yes
        security = user
        force group = users

[office]
        comment = daten
        writeable = yes
        valid users = drdt,jido
        create mode = 660
        path = /home/office
        directory mode = 770

[homes]
        comment = Heimat
        writable = yes
        valid users = %S
=== 8< ===

Vielen Dank.
Daniel

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user-de] SAMBA, versteckte Dateien
  2005-09-05 13:33 [gentoo-user-de] SAMBA, versteckte Dateien Daniel Rindt
@ 2005-09-05 17:42 ` Alexander Skwar
  2005-09-06 10:39   ` Daniel Rindt
  0 siblings, 1 reply; 6+ messages in thread
From: Alexander Skwar @ 2005-09-05 17:42 UTC (permalink / raw
  To: gentoo-user-de

Daniel Rindt schrieb:
> Wenn ein Windowsuser auf ein Share zugreift, und auf
> dem Share eine versteckte Datei ablegt, zeigt Samba diese Datei aber nie
> als versteckt an.

Was meinst Du damit, das die Datei nicht als versteckt "angezeigt" wird?

-- 
Alexander Skwar
-- 
gentoo-user-de@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user-de] SAMBA, versteckte Dateien
  2005-09-05 17:42 ` Alexander Skwar
@ 2005-09-06 10:39   ` Daniel Rindt
  2005-09-06 13:18     ` Alexander Skwar
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Rindt @ 2005-09-06 10:39 UTC (permalink / raw
  To: gentoo-user-de

[-- Attachment #1: Type: text/plain, Size: 539 bytes --]

Am Montag, den 05.09.2005, 19:42 +0200 schrieb Alexander Skwar:
> > Wenn ein Windowsuser auf ein Share zugreift, und auf
> > dem Share eine versteckte Datei ablegt, zeigt Samba diese Datei aber
> nie
> > als versteckt an.
> 
> Was meinst Du damit, das die Datei nicht als versteckt "angezeigt"
> wird?
im Grunde ja, sie "verlieren" einfach gesagt das hidden Attribut. Samba
muss das ja irgendwo speichern, und in der Anleitung stand das dies in
den ACL's stattfindet. Nur leider klappt das auf meiner Samba
Installation nicht.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user-de] SAMBA, versteckte Dateien
  2005-09-06 10:39   ` Daniel Rindt
@ 2005-09-06 13:18     ` Alexander Skwar
  2005-09-06 13:40       ` Daniel Rindt
  0 siblings, 1 reply; 6+ messages in thread
From: Alexander Skwar @ 2005-09-06 13:18 UTC (permalink / raw
  To: gentoo-user-de

Daniel Rindt wrote:
> Am Montag, den 05.09.2005, 19:42 +0200 schrieb Alexander Skwar:
>> > Wenn ein Windowsuser auf ein Share zugreift, und auf
>> > dem Share eine versteckte Datei ablegt, zeigt Samba diese Datei aber
>> nie
>> > als versteckt an.
>> 
>> Was meinst Du damit, das die Datei nicht als versteckt "angezeigt"
>> wird?
> im Grunde ja, sie "verlieren" einfach gesagt das hidden Attribut. Samba
> muss das ja irgendwo speichern, und in der Anleitung stand das dies in
> den ACL's stattfindet.

ACLs?

In meiner smb.conf(5) manpage steht:

      map hidden (S)
           This controls whether DOS style hidden files should be mapped to the UNIX world execute bit.

           Note that this requires the create mask to be set such that the world execute bit is not masked out (i.e. it must i
nclude 001). See the parameter create mask for details.

           No default

Mehr weiß ich allerdings auch nicht :)

Alexander Skwar
-- 
Fifty flippant frogs
Walked by on flippered feet
And with their slime they made the time
Unnaturally fleet.

-- 
gentoo-user-de@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user-de] SAMBA, versteckte Dateien
  2005-09-06 13:18     ` Alexander Skwar
@ 2005-09-06 13:40       ` Daniel Rindt
  2005-09-06 15:21         ` Alexander Skwar
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Rindt @ 2005-09-06 13:40 UTC (permalink / raw
  To: gentoo-user-de

[-- Attachment #1: Type: text/plain, Size: 637 bytes --]

Am Dienstag, den 06.09.2005, 15:18 +0200 schrieb Alexander Skwar:
> In meiner smb.conf(5) manpage steht:
> 
>       map hidden (S)
>            This controls whether DOS style hidden files should be
> mapped to the UNIX world execute bit.
> 
>            Note that this requires the create mask to be set such that
> the world execute bit is not masked out (i.e. it must i
> nclude 001). See the parameter create mask for details.
> 
>            No default
Hm nun ja... ;) Da hab ich wohl was falsch verstanden.

Gut, wie bekomme ich es gelöst, das Alle Gruppenmitglieder (users) auf
diese Dateien r/w Zugriff bekommen?

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user-de] SAMBA, versteckte Dateien
  2005-09-06 13:40       ` Daniel Rindt
@ 2005-09-06 15:21         ` Alexander Skwar
  0 siblings, 0 replies; 6+ messages in thread
From: Alexander Skwar @ 2005-09-06 15:21 UTC (permalink / raw
  To: gentoo-user-de

Daniel Rindt wrote:
> Am Dienstag, den 06.09.2005, 15:18 +0200 schrieb Alexander Skwar:
>> In meiner smb.conf(5) manpage steht:
>> 
>>       map hidden (S)
>>            This controls whether DOS style hidden files should be
>> mapped to the UNIX world execute bit.
>> 
>>            Note that this requires the create mask to be set such that
>> the world execute bit is not masked out (i.e. it must i
>> nclude 001). See the parameter create mask for details.
>> 
>>            No default
> Hm nun ja... ;) Da hab ich wohl was falsch verstanden.
> 
> Gut, wie bekomme ich es gelöst, das Alle Gruppenmitglieder (users) auf
> diese Dateien r/w Zugriff bekommen?

	admin users = @users

Allerdings haben die Mitglieder der Users Gruppe dann
root Zugriff.

Oder Du legst mit force group fest, das alle Zugriffe
auf diese Gruppe gemappt werden. Dann noch valid users = @users
um nur den users Zugriff zu geben.

Alexander Skwar
-- 
Telephone, n.:
	An invention of the devil which abrogates some of the advantages
	of making a disagreeable person keep his distance.
		-- Ambrose Bierce

-- 
gentoo-user-de@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-09-06 15:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-05 13:33 [gentoo-user-de] SAMBA, versteckte Dateien Daniel Rindt
2005-09-05 17:42 ` Alexander Skwar
2005-09-06 10:39   ` Daniel Rindt
2005-09-06 13:18     ` Alexander Skwar
2005-09-06 13:40       ` Daniel Rindt
2005-09-06 15:21         ` Alexander Skwar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox