Complete.Org: Mailing Lists: Archives: discussion: January 2001:
[aclug-L] Re: samba
Home

[aclug-L] Re: samba

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: discussion@xxxxxxxxx
Subject: [aclug-L] Re: samba
From: Bruce Bales <bbales@xxxxxxxxxxx>
Date: Tue, 30 Jan 2001 10:47:01 -0600
Reply-to: discussion@xxxxxxxxx

My smb.conf has only the following and it works:

[global]
    workgroup = MYGROUP

[test]
    comment = for testing only, please
    path = /export/samba/test
    read only = no
    guest ok = yes

The above defines a 'share' (test) which is a directory created for this
setup. You could just as well have "path = /home/vikas".   Make sure your
windows machine has the same workgroup name.  The above is just a start
and needs to be updated for security, etc.

The samba book is at:
http://www.oreilly.com/catalog/samba/chapter/book/index.html
bruce

Vikas Jolly wrote:

>  I am unable to see my linux server in windows explorer. What are the
> settings required in Samba conf files ?
> What are the steps to create an admin user ?
>
> regards
> vikas
>
> -- This is the discussion@xxxxxxxxx list.  To unsubscribe,
> visit http://tmp2.complete.org/cgi-bin/listargate-aclug.cgi


-- This is the discussion@xxxxxxxxx list.  To unsubscribe,
visit http://tmp2.complete.org/cgi-bin/listargate-aclug.cgi


[Prev in Thread] Current Thread [Next in Thread]
  • [aclug-L] samba, Vikas Jolly, 2001/01/30
    • [aclug-L] Re: samba, Bruce Bales <=