RalphBurnette@hartfordlife.com
2002-Aug-06 11:54 UTC
[Samba] Need a 'no password required' configuration
I am trying to set up a smb.conf file so that a user and password are NOT required to access the share. Can someone tell me how to do this? net use p: \\sambaserver\public asks for a password, then returns (regardless of the password or user): "The account is not authorized to login form this station. Thanks, . -Ralph Ralph Burnette x3313 7 ************************************************************************* PRIVILEGED AND CONFIDENTIAL: This communication, including attachments, is for the exclusive use of addressee and may contain proprietary, confidential and/or privileged information. If you are not the intended recipient, any use, copying, disclosure, dissemination or distribution is strictly prohibited. If you are not the intended recipient, please notify the sender immediately by return e-mail, delete this communication and destroy all copies. *************************************************************************
On Tue, Aug 06, 2002 at 02:51:09PM -0400, RalphBurnette@hartfordlife.com wrote:> I am trying to set up a smb.conf file so that a user and password are NOT > required to access the share. > > Can someone tell me how to do this?I think you'll be doing well with 'security = share' in [global] and then 'guest only = yes' and 'guest ok = yes' in the share definition. All off the top of me head, mind =) gdh
This is what works for me. [global] name resolve order = lmhosts wins bcast hosts encrypt passwords = yes netbios name = HAMMER2 netbios aliases = gateway interfaces = 192.168.0.2 security = SHARE log level = 3 guest account = ftp hosts allow = 192.168. 127.0.0. strict sync = Yes [AllFiles] comment = All Files path = / read only = no guest ok = yes Joel On Tue, Aug 06, 2002 at 02:51:09PM -0400, RalphBurnette@hartfordlife.com wrote:> I am trying to set up a smb.conf file so that a user and password are NOT > required to access the share. > > Can someone tell me how to do this? > > net use p: \\sambaserver\public > > asks for a password, then returns (regardless of the password or user): > "The account is not authorized to login form this > station. > > Thanks, > . > -Ralph > > Ralph Burnette > x3313 7 > ************************************************************************* > > PRIVILEGED AND CONFIDENTIAL: This communication, including attachments, is > for the exclusive use of addressee and may contain proprietary, > confidential and/or privileged information. If you are not the intended > recipient, any use, copying, disclosure, dissemination or distribution is > strictly prohibited. If you are not the intended recipient, please notify > the sender immediately by return e-mail, delete this communication and > destroy all copies. > > ************************************************************************* > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba