Firewurm Geschrieben 2. April 2001 Teilen Geschrieben 2. April 2001 Hallo Ich habe einen Samba aufegsetzt. Nun soll aber jeder fremde Rechner draufzugreifen können. Bisher kann nur ein eingerÃchteter User daraufzugreifen. Es soll aber generell für jeden zugänglich sein. Wie? :confused: Danke Marcus Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen Mehr Optionen zum Teilen...
anonymous Geschrieben 2. April 2001 Teilen Geschrieben 2. April 2001 Hi, versuch mal in der smb.conf den Eintrag hosts allow auf 0.0.0.0 zu setzen . Außerdem gibt es die Einstellung pcguest= , aber der User muß auch in der /etc/passwd stehen. anonymous Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen Mehr Optionen zum Teilen...
captainhook Geschrieben 2. April 2001 Teilen Geschrieben 2. April 2001 Hier ein kleiner Auszug aus der Samba-Doku... guest account (S) This is a username which will be used for access to services which are specified as 'guest ok' (see below). Whatever privileges this user has will be available to any client connecting to the guest service. Typically this user will exist in the password file, but will not have a valid login. The user account "ftp" is often a good choice for this parameter. If a username is specified in a given service, the specified username overrides this one. One some systems the default guest account "nobody" may not be able to print. Use another account in this case. You should test this by trying to log in as your guest user (perhaps by using the "su -" command) and trying to print using the system print command such as lpr (1) or lp (1). Default: specified at compile time, usually "nobody" Example: guest account = ftp guest ok (S) If this parameter is 'yes' for a service, then no password is required to connect to the service. Privileges will be those of the guest account. See the section below on security for more information about this option. Default: guest ok = no Example: guest ok = yes Hope it helps, Daniel Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen Mehr Optionen zum Teilen...
Empfohlene Beiträge
Dein Kommentar
Du kannst jetzt schreiben und Dich später registrieren. Wenn Du ein Konto hast, melde Dich jetzt an, um unter Deinem Benutzernamen zu schreiben.