From bf6a38c8945e59582dda029d55a5299192f052b9 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Sun, 25 May 2003 08:21:45 +0000 Subject: Fix typos, update to sync HEAD and 3.0.0. (This used to be commit 58750141696feddfeef9ea817b44e4cdfe3afd51) --- docs/docbook/projdoc/ServerType.xml | 9 --------- docs/docbook/projdoc/Speed.xml | 10 ++++++---- docs/docbook/projdoc/StandAloneServer.xml | 17 +++++++++-------- docs/docbook/projdoc/passdb.xml | 4 ++-- docs/docbook/projdoc/samba-doc.xml | 6 +++--- 5 files changed, 20 insertions(+), 26 deletions(-) (limited to 'docs') diff --git a/docs/docbook/projdoc/ServerType.xml b/docs/docbook/projdoc/ServerType.xml index 9081956bb0..ecfeb41735 100644 --- a/docs/docbook/projdoc/ServerType.xml +++ b/docs/docbook/projdoc/ServerType.xml @@ -436,15 +436,6 @@ be determined from a domain name. In essence a samba server that is in workgroup mode. - -Server level security is incompatible with the newer security features -in recent MS Windows networking protocols. In particular it is incompatible with NTLMv2. -Server Mode security also breaks Sign and Seal interoperability because only a domain member -can sign packets in the manner in which it is currently implemented in Samba-3. -If you chose to use Server Mode security this means it is necessary to disable Sign and Seal -on all workstations. - - Example Configuration diff --git a/docs/docbook/projdoc/Speed.xml b/docs/docbook/projdoc/Speed.xml index 327aeff8c9..e2ede62ac7 100644 --- a/docs/docbook/projdoc/Speed.xml +++ b/docs/docbook/projdoc/Speed.xml @@ -192,8 +192,7 @@ case you may wish to change this option. Slow logins are almost always due to the password checking time. Using -the lowest practical password level will improve things. Note that -this problem only occurs on slow servers(e.g. 486 and lower). +the lowest practical password level will improve things. @@ -201,10 +200,14 @@ this problem only occurs on slow servers(e.g. 486 and lower). LDAP -LDAP can be vastly improved by using the ldap trust ids parameter. + +LDAP can be vastly improved by using the +ldap trust ids parameter. + + Client tuning @@ -216,5 +219,4 @@ performance. Check the sections on the various clients in - diff --git a/docs/docbook/projdoc/StandAloneServer.xml b/docs/docbook/projdoc/StandAloneServer.xml index fc003330ea..d8f5992191 100644 --- a/docs/docbook/projdoc/StandAloneServer.xml +++ b/docs/docbook/projdoc/StandAloneServer.xml @@ -5,7 +5,7 @@ Stand-Alone Servers -Stand-Alone servers are independant of an Domain Controllers on the network. +Stand-Alone servers are independant of Domain Controllers on the network. They are NOT domain members and function more like workgroup servers. In many cases a stand-alone server is configured with a minimum of security control with the intent that all data served will be readilly accessible to all users. @@ -42,11 +42,11 @@ a great solution. Background -The term stand alone server means that the server +The term stand-alone server means that the server will provide local authentication and access control for all resources that are available from it. In general this means that there will be a local user database. In more technical terms, it means that resources -on the machine will either be made available in either SHARE mode or in +on the machine will be made available in either SHARE mode or in USER mode. @@ -71,10 +71,10 @@ the samba server is NOT a member of a domain security context. Through the use of PAM (Pluggable Authentication Modules) and nsswitch (the name service switcher) the source of authentication may reside on another server. We would be inclined to call this the authentication server. -This means that the samba server may use the local Unix/Linux system -password database (/etc/passwd or /etc/shadow), may use a local smbpasswd -file, or may use an LDAP back end, or even via PAM and Winbind another CIFS/SMB -server for authentication. +This means that the samba server may use the local Unix/Linux system password database +(/etc/passwd or /etc/shadow), may use a local smbpasswd file, or may use +an LDAP back end, or even via PAM and Winbind another CIFS/SMB server +for authentication. @@ -222,7 +222,8 @@ the anonymous (guest) user two things will be required: Common Errors -Put stuff here. +The greatest mistake so often made is to make a network configuration too complex. +It pays to use the simplest solution that will meet the needs of the moment. diff --git a/docs/docbook/projdoc/passdb.xml b/docs/docbook/projdoc/passdb.xml index c64f568571..5dc0f9e6cb 100644 --- a/docs/docbook/projdoc/passdb.xml +++ b/docs/docbook/projdoc/passdb.xml @@ -687,7 +687,7 @@ In smb.conf [globals] The LDAP ldapsam code has been developed and tested using the OpenLDAP 2.0 and 2.1 server and client libraries. The same code should work with Netscape's Directory Server and client SDK. However, there are bound to be compile errors and bugs. These should not be hard to fix. - Please submit fixes via . + Please submit fixes via . @@ -834,7 +834,7 @@ index default sub -root# /etc/init.d/slapd restart +root# /etc/init.d/slapd restart diff --git a/docs/docbook/projdoc/samba-doc.xml b/docs/docbook/projdoc/samba-doc.xml index c682230330..a4394d263f 100644 --- a/docs/docbook/projdoc/samba-doc.xml +++ b/docs/docbook/projdoc/samba-doc.xml @@ -1,5 +1,6 @@ - %globalentities; ]> @@ -90,8 +91,7 @@ section carefully. Valuable Nuts and Bolts Information -Samba has several features that you might want or might not want to use. -The chapters in this part each cover specific Samba features. +Samba has several features that you might want or might not want to use. The chapters in this part each cover specific Samba features. &NetworkBrowsing; -- cgit