home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / index / samba.txt < prev    next >
Text File  |  1997-09-22  |  4KB  |  93 lines

  1. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  2. INDEX ENTRY FOR SAMBA:
  3. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  4.  
  5. Name: Samba - Server Message Block server and client
  6.  
  7. Version: 1.9.17p1
  8.  
  9. Author(s): Andrew Tridgell and the Samba Team
  10.            <samba-bugs@samba.anu.edu.au>
  11.  
  12. On the CD-ROM in: network/samba.tar
  13.  
  14. Ftp source: samba.anu.edu.au:/pub/samba
  15. Web page: http://samba.anu.edu.au/pub/samba/
  16.  
  17. Size on the CD: 3.3 MB (uncompressed)
  18.  
  19. Description:
  20.  
  21.     Samba is a suite of programs that work together to allow clients
  22.     to access a server's filespace and printers via the SMB (Server
  23.     Message Block) and CIFS (Common Internet Filesystem) protocols.
  24.     Initially written for Unix, Samba now also runs on Netware, OS/2,
  25.     VMS, StratOS and AmigaOS. Ports to BeOS and other operating
  26.     systems are underway.
  27.  
  28.     Samba allows these operating systems to behave much like a
  29.     Windows NT Server, LAN Server or Pathworks Server, but with added
  30.     functionality and flexibility designed to make life easier for
  31.     administrators. This means that using Samba you can share a
  32.     server's disks and printers to many sorts of network clients,
  33.     including Lan Manager, Windows for Workgroups, Windows NT,
  34.     Windows 95, Linux, OS/2, and AIX. These operating systems provide
  35.     built-in support for SMB; you do not need to install any
  36.     additional client-side software to make them work with Samba.
  37.  
  38.     There is also a generic client program supplied as part of the
  39.     Samba suite which gives a user on the server an ftp-like interface
  40.     to access filespace and printers on any other SMB/CIFS servers. 
  41.  
  42.     Samba has many features that are not supported in other CIFS and
  43.     SMB implementations, all of which are commercial. Some of its
  44.     features include:
  45.     
  46.         + extremely dynamic runtime configuration
  47.         + host as well as username/password security
  48.         + scriptable SMB client
  49.         + automatic home directory exporting
  50.         + automatic printer exporting
  51.         + intelligent dead connection timeouts
  52.         + guest connections
  53.     
  54.     Many users report that compared to other SMB implementations
  55.     Samba is more stable, faster, and compatible with more clients.
  56.     Administrators of some large installations say that Samba is the
  57.     only SMB server available which will scale to many tens of
  58.     thousands of users without crashing. The easy way to test these
  59.     claims is to download it and try it for yourself!
  60.  
  61.     SMB has been implemented over many protocols, including XNS, NBT,
  62.     IPX, NetBEUI and TCP/IP. Samba only uses TCP/IP. This is not
  63.     likely to change although there have been some requests for
  64.     NetBEUI support.
  65.  
  66.     DON'T neglect to read the documentation - you will save a great
  67.     deal of time!
  68.  
  69.     The primary creator of the Samba suite is Andrew Tridgell. The
  70.     suite is distributed with full source code and is covered by the
  71.     GNU Public License.
  72.     
  73.     -- Adapted from the Samba server FAQ and meta FAQ
  74.  
  75. Advertised architectures:
  76.  
  77.     Many different platforms have run Samba successfully. The
  78.     platforms most widely used and thus best tested are Linux and SunOS. 
  79.  
  80.     The Makefile claims support for various versions of SunOS, Linux,
  81.     Solaris, SVR4, Ultrix, OSF/1, AIX, BSDI, NetBSD, Sequent, HP-UX,
  82.     IRIX, FreeBSD, NEXTSTEP, ISC SVR3V4, A/UX, SCO, Intergraph,
  83.     DG/UX, and Domain/OS.       
  84.  
  85. Prerequisites: 
  86.  
  87.     ANSI C compiler (gcc 2.7.2 or higher suggested)
  88.  
  89.     NOTE: Binaries for many different systems are available via the
  90.     primary distribution site listed above; however, this CD-ROM
  91.     includes only source code. No compiler is needed to use the 
  92.     binary distributions.
  93.