Samba!!?

Probleme mit Samba, NFS, FTP und Co.
Antworten
dirrot
Beiträge: 16
Registriert: 02.09.2004 07:53:43

Samba!!?

Beitrag von dirrot » 07.11.2004 20:48:22

Hi @ all,
ich hab da folgendes Problem!

Ich hab in meiner smb.conf folgendes stehen:

[server]
browseable = yes
path = /mnt/server1/server
public = no
writeable = yes

[studium]
browseable = no
path = /mnt/server1/studium
public = no
writeable = yes

Nun hab ich die user Erni, Bert & Tiffy angelegt!
Erst mit useradd und das gleiche nochmal mit smbpasswd.

Für jeden User soll der Ordner server erreichbar sein,
doch nur Bert soll auf studium per passwortabfrage zugreifen dürfen!

Wie kann ich das realisieren? Kann mir da jemand helfen!

Danke im voraus!

MFG
Dirrot

FFL
Beiträge: 7
Registriert: 03.04.2004 18:39:49
Kontaktdaten:

Beitrag von FFL » 08.11.2004 08:28:20

Hi,
ich zitiere die online-Hilfe von SWAT:
write list (S)

This is a list of users that are given read-write access to a service. If the connecting user is in this list then they will be given write access, no matter what the read only option is set to. The list can include group names using the @group syntax.

Note that if a user is in both the read list and the write list then they will be given write access.

Default: write list =

Example: write list = admin, root, @staff
Gruß
ff

Benutzeravatar
Bert
Beiträge: 3751
Registriert: 16.07.2002 14:06:52
Wohnort: Dresden
Kontaktdaten:

Beitrag von Bert » 08.11.2004 09:58:29

Von Netzwerk verschoben.


PS: Schön, das ich auf 'Studium' zugreifen können darf, nur will ich das? SCNR ;-9
Programmer: A biological machine designed to convert caffeine into code.
xmpp:bert@debianforum.de

Benutzeravatar
thorben
Beiträge: 722
Registriert: 14.09.2003 23:23:49

Beitrag von thorben » 08.11.2004 20:46:44

moin,

Code: Alles auswählen

valid users = bert
könnte dir weiter helfen

gruß
thorben

FFL
Beiträge: 7
Registriert: 03.04.2004 18:39:49
Kontaktdaten:

Beitrag von FFL » 08.11.2004 20:57:58

Ahh stimmt, das wars :)

Antworten