I have a samba domain. Also there are some machines which are not in domain. I need to create share for full access for these machines. I've tried this: [common_share] path = /path/to/dir browseable = yes writeable = yes guest ok = yes force user = ftp force group = ftp But when I'm trying to connect to this share I've been asked for password to IPC$. Can anybody help? --
-----Original Message----- From: Alexander Shcherbinkin [mailto:wantala@wantala.org.ua] Sent: Wednesday, December 18, 2002 8:11 AM To: samba@lists.samba.org Subject: [Samba] Samba domain with non-domain Win98 I have a samba domain. Also there are some machines which are not in domain. I need to create share for full access for these machines. I've tried this: Create the user pcguest or nobody is the default. Give permissions to pcguest for [common_share] [global] guest account = pcguest [common_share] path = /path/to/dir browseable = yes writeable = yes guest ok = yes force user = ftp force group = ftp * public = yes But when I'm trying to connect to this share I've been asked for password to IPC$. Can anybody help? -- -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Hello, Bob. No effects. In log I see: [2002/12/18 16:55:36, 0] smbd/password.c:domain_client_validate(1556) domain_client_validate: could not fetch trust account password for domain OFFICE [2002/12/18 16:55:36, 2] smbd/reply.c:reply_sesssetup_and_X(982) Defaulting to Lanman password for test [2002/12/18 16:55:36, 1] smbd/password.c:pass_check_smb(545) Couldn't find user 'test' in passdb. [2002/12/18 16:55:36, 1] smbd/reply.c:reply_sesssetup_and_X(998) Rejecting user 'test': authentication failed [2002/12/18 16:55:36, 0] smbd/password.c:domain_client_validate(1556) domain_client_validate: could not fetch trust account password for domain OFFICE [2002/12/18 16:55:36, 2] smbd/reply.c:reply_sesssetup_and_X(982) Defaulting to Lanman password for test [2002/12/18 16:55:36, 1] smbd/password.c:pass_check_smb(545) Couldn't find user 'test' in passdb. [2002/12/18 16:55:36, 1] smbd/reply.c:reply_sesssetup_and_X(998) Rejecting user 'test': authentication failed OB> Create the user pcguest or nobody is the default. What does it mean "create user is the default"? OB> Give permissions to pcguest for [common_share] Done to user nobody OB> [global] OB> guest account = pcguest Done guest account = nobody OB> [common_share] OB> path = /path/to/dir OB> browseable = yes OB> writeable = yes OB> guest ok = yes OB> force user = ftp changed to nobody OB> force group = ftp changed to nobody OB> * public = yes fixed OB> But when I'm trying to connect to this share I've been asked for OB> password to IPC$. -- Alexander mailto:wantala@wantala.org.ua
Lets suppose you have /home/public to be accessed by anyone on your network: You _must_ have /home/public set to nobody.nogroup (recursively huh :) # ll /home/public/ -d drwxrwxrwx 8 nobody nogroup 4096 Dec 16 20:26 /home/public/ and in smb.conf: [public] path=/home/public browseable=Yes writeable=Yes guest ok=yes force user=nobody comment=Common share This should work fine, works for me in 2.2.3a (Debian stable) My 2 cts -- Jean-Paul ARGUDO
Hello, Jean-Paul. JPA> Lets suppose you have JPA> /home/public to be accessed by anyone on your network: JPA> You _must_ have /home/public set to nobody.nogroup (recursively huh :) I have trouble to connect to samba server, not to existing share. When I try to open server in explorer I get dialog to enter password for share IPC$. Samba server (2.2.6) is PDC. Machine not in domain. -- Alexander mailto:wantala@wantala.org.ua