From ad6534cceb7ea682673235810fe28f5b77fabb05 Mon Sep 17 00:00:00 2001 From: bubulle Date: Thu, 22 May 2008 11:51:59 +0000 Subject: Merge upstream 3.0.29 in trunk git-svn-id: svn://svn.debian.org/svn/pkg-samba/trunk/samba@1886 fc4039ab-9d04-0410-8cac-899223bdd6b0 --- docs/htmldocs/using_samba/ch00.html | 368 ------------------------------------ 1 file changed, 368 deletions(-) delete mode 100644 docs/htmldocs/using_samba/ch00.html (limited to 'docs/htmldocs/using_samba/ch00.html') diff --git a/docs/htmldocs/using_samba/ch00.html b/docs/htmldocs/using_samba/ch00.html deleted file mode 100644 index 5a2c89feb8..0000000000 --- a/docs/htmldocs/using_samba/ch00.html +++ /dev/null @@ -1,368 +0,0 @@ - - - - - -

Preface

- - -

You are reading a book about Samba, a software suite that networks -Windows, Unix, and other operating systems using -Windows' native networking protocol. Samba allows -Unix servers to offer Windows networking services by matching the -filesystem and networking models of Unix to those of Windows. Samba -acts as a bridge between the two systems, connecting the -corresponding parts of their architectures and providing a -translation wherever necessary.

- -

Bridging the gap between systems as dissimilar as Windows and Unix is -a complex task, which Samba handles surprisingly well. To be a good -Samba administrator, your abilities must parallel -Samba's. For starters, you need to know basic Unix -system and network administration and have a good understanding of -Windows filesystems and networking fundamentals. In addition, you -need to learn how Samba fills in the "gray -area" between Unix and Windows. Once you know how -everything fits together, you'll find it easy to -configure a Samba server to provide your network with reliable and -high-performance computational resources.

- -

Our job is to make all of that easier for you. We do this by starting -out with a quick and yet comprehensive tour of Windows networking in -Chapter 1, followed by tutorially-oriented -Chapter 2 and Chapter 3, which tell you how to set up a minimal Samba server -and configure Windows clients to work with it. Most likely, you will -be surprised how quickly you can complete the required tasks.

- -

We believe that a hands-on approach is the most effective, and you -can use the Samba server you build in Chapter 2 and Chapter 3 as a test -system for trying out examples that we show and describe throughout -the book. You can jump around from chapter to chapter if you like, -but if you continue sequentially from Chapter 4 -onward, by the time you finish the book you will have a -well-configured production Samba server ready for use. All you have -to do is add the appropriate support for your intended purpose as we -explain how to use each feature.

- - - -
- -

Audience for This Book

- -

This book is primarily intended for Unix administrators who need to -support Windows clients on their network, as well as anyone who needs -to access the resources of a Windows network environment from a Unix -client. While we assume you are familiar with basic Unix system -administration, we do not assume you are a -networking expert. We do our best along the way to help out with -unusual definitions and terms.

- -

Furthermore, we don't assume that you are an expert -in Microsoft Windows. We carefully explain all the essential concepts -related to Windows networking, and we go through the Windows side of -the installation task in considerable detail, providing examples for -both Windows 95/98/Me and Windows NT/2000/XP, which are significantly -different. For the Unix side, we give examples that work with common -Unix operating systems, such as Linux, Solaris, FreeBSD, and Mac OS -X.

- - -
- - - -
- -

Organization

- -

Here is a quick description of each chapter:

- -

Chapter 1 introduces Samba and its capabilities, -then describes the most important concepts of NetBIOS and SMB/CIFS -networking. Finally, we give you a quick overview of the daemons and -utilities that are included in the Samba distribution.

- -

Chapter 2 covers configuring, compiling, -installing, setting up, and testing the Samba server on a Unix -platform.

- -

Chapter 3 explains how to configure Microsoft -Windows 95/98/Me and Windows NT/2000/XP clients to participate in an -SMB network.

- -

Chapter 4 explains the ins and outs of Windows NT -domains and how to configure Samba to work in a network set up as a -Windows NT domain.

- -

Chapter 5 describes methods for accessing SMB -shares on the network from Unix client systems.

- -

Chapter 6 -gets you up to speed on the structure of the Samba -configuration file and shows you how to take control of file-sharing -services.

- -

Chapter 7 introduces name resolution, which is -used to convert NetBIOS computer names into IP addresses, and -browsing, the method used in SMB networking to find what resources -are being shared on the network.

- -

Chapter 8 continues the discussion of file-sharing options, and -covers more advanced functions such as permissions, access control -lists, opportunistic locks, and setting up a Distributed filesystem -tree.

- -

Chapter 9 discusses how -to set up Samba users, introduces you to Samba security, and shows -you how to work with encrypted and nonencrypted passwords.

- -

Chapter 10 -discusses printer setup for sharing Unix printers on the -SMB network, and allowing Unix workstations to access SMB shared -printers.

- -

Chapter 11 -bundles several miscellaneous topics associated with -Samba, such as configuring Samba shares for programmers and -internationalization issues.

- -

Chapter 12 details what to do if -you have problems installing Samba. This comparatively -large chapter is packed with troubleshooting hints and strategies for -identifying what is going wrong.

- -

Appendix A provides working examples of -smb.conf files for use in configuring Samba for -its more common applications. You can easily modify the examples for -use in a wide variety of circumstances.

- -

Appendix B covers each option that can be used in -the Samba configuration file.

- -

Appendix C is a quick reference that covers each -server daemon and tool that make up the Samba suite.

- -

Appendix D explains how to download the latest -development version of the Samba source code using CVS.

- -

Appendix E documents each option that can be used -with the configure command before compiling the -Samba source code.

- -

Appendix F includes directions for sharing files -and printers with the Server edition of Mac OS X.

- -

Appendix G is the copyright license under which -this book is published.

- - -
- - - -
- -

Conventions Used in This Book

- -

The following font conventions are followed throughout this book:

- -
-
Italic
-
-

Filenames, file extensions, URLs, executable files, command options, -and emphasis.

-
- - - -
Constant width
-
-

Samba configuration options, computer names, user and group names, -hostnames, domain names, other code that appears in the text, and -command-line information that should be typed verbatim on the screen.

-
- - - -
Constant width bold
-
-

Commands that are entered by the user and new configuration options -that we wish to bring to the attention of the reader.

-
- - - -
Constant width italic
-
-

Replaceable content in code and command-line information.

-
- -
- -

TIP

-

This designates a note, which is an important aside to the nearby -text.

-
-

WARNING

-

This designates a warning related to the nearby text.

-
- - -
- - - -
- -

How to Contact Us

- -

We have tested and verified the information in this book to the best -of our ability, but you might find that features have changed (or -even that we have made mistakes!). Please let us know about any -errors you find, as well as your suggestions for future editions, by -writing to:

- -
- -

O'Reilly & Associates, Inc.

- -

1005 Gravenstein Highway North

- -

Sebastopol, CA 95472

- -

(800) 998-9938 (in the United States or Canada)

- -

(707) 829-0515 (international/local)

- -

(707) 829-0104 (fax)

- -
- -

To ask technical questions or comment on the book, send email to:

- -
- -

- -
- -

We have a web page for this book where we list examples and any plans -for future editions. You can access this information at:

- -
- -

http://www.oreilly.com/catalog/samba2

- -
- -

You can also contact Jay Ts, the lead author of this edition, through -his web site at:

- -
- -

http://www.jayts.com

- -
- - -
- - - -
- -

Acknowledgments

- -

We thank Leon Towns-von Stauber for thoroughly researching the use of -Samba on Mac OS X and writing material that appears in Chapter 2, Chapter 5, and Chapter 10, as well as the entire Appendix F. We also thank our technical reviewers Sam -Johnston, Matthew Temple, Marty Leisner, and Don McCall.

- - - - - - - - - - - - - - -
- - -

TOC

- -- cgit v1.2.3