From 42b4caa63232975e7886fa3ab9ce128afe1c9af2 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 27 Feb 2003 02:28:26 +0000 Subject: Remove documentation for obsolete parameters, but add a note in 'upgrading-to-3.0' (This used to be commit e37b69f33410844b55bcca07e95d0a76aa48a7de) --- docs/docbook/manpages/smb.conf.5.sgml | 147 +---------------------------- docs/docbook/projdoc/upgrading-to-3.0.sgml | 17 ++++ 2 files changed, 18 insertions(+), 146 deletions(-) (limited to 'docs') diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml index b483a97b31..78c7ecaef1 100644 --- a/docs/docbook/manpages/smb.conf.5.sgml +++ b/docs/docbook/manpages/smb.conf.5.sgml @@ -683,6 +683,7 @@ alias|alias|alias|alias... logon script lpq cache time machine password timeout + mangle prefix mangled stack map to guest max disk size @@ -728,7 +729,6 @@ alias|alias|alias|alias... preload printcap printcap name - printer driver file private dir protocol read bmpx @@ -768,7 +768,6 @@ alias|alias|alias|alias... unix password sync update encrypted use mmap - use rhosts use sendfile username level username map @@ -880,7 +879,6 @@ alias|alias|alias|alias... path posix locking postexec - postscript preexec preexec close preserve case @@ -889,8 +887,6 @@ alias|alias|alias|alias... printable printer printer admin - printer driver - printer driver location printer name printing public @@ -5853,22 +5849,6 @@ df $1 | tail -1 | awk '{print $2" "$4}' - - postscript (S) - This parameter forces a printer to interpret - the print files as PostScript. This is done by adding a %! - to the start of print output. - - This is most useful when you have lots of PCs that persist - in putting a control-D at the start of print jobs, which then - confuses your printer. - - Default: postscript = no - - - - - preexec (S) This option specifies a command to be run whenever @@ -6174,111 +6154,6 @@ print5|My Printer 5 - - - - printer driver (S) - Note :This is a deprecated - parameter and will be removed in the next major release - following version 2.2. Please see the instructions in - the Samba 2.2. Printing - HOWTO for more information - on the new method of loading printer drivers onto a Samba server. - - - This option allows you to control the string - that clients receive when they ask the server for the printer driver - associated with a printer. If you are using Windows95 or Windows NT - then you can use this to automate the setup of printers on your - system. - - You need to set this parameter to the exact string (case - sensitive) that describes the appropriate printer driver for your - system. If you don't know the exact string to use then you should - first try with no - printer driver option set and the client will - give you a list of printer drivers. The appropriate strings are - shown in a scroll box after you have chosen the printer manufacturer. - - See also printer - driver file. - - Example: printer driver = HP LaserJet 4L - - - - - - - printer driver file (G) - Note :This is a deprecated - parameter and will be removed in the next major release - following version 2.2. Please see the instructions in - the Samba 2.2. Printing - HOWTO for more information - on the new method of loading printer drivers onto a Samba server. - - - This parameter tells Samba where the printer driver - definition file, used when serving drivers to Windows 95 clients, is - to be found. If this is not set, the default is : - - SAMBA_INSTALL_DIRECTORY - /lib/printers.def - - This file is created from Windows 95 msprint.inf - files found on the Windows 95 client system. For more - details on setting up serving of printer drivers to Windows 95 - clients, see the outdated documentation file in the docs/ - directory, PRINTER_DRIVER.txt. - - See also - printer driver location. - - Default: None (set in compile). - - Example: printer driver file = - /usr/local/samba/printers/drivers.def - - - - - - - - printer driver location (S) - Note :This is a deprecated - parameter and will be removed in the next major release - following version 2.2. Please see the instructions in - the Samba 2.2. Printing - HOWTO for more information - on the new method of loading printer drivers onto a Samba server. - - - This parameter tells clients of a particular printer - share where to find the printer driver files for the automatic - installation of drivers for Windows 95 machines. If Samba is set up - to serve printer drivers to Windows 95 machines, this should be set to - - \\MACHINE\PRINTER$ - - Where MACHINE is the NetBIOS name of your Samba server, - and PRINTER$ is a share you set up for serving printer driver - files. For more details on setting this up see the outdated documentation - file in the docs/ directory, - PRINTER_DRIVER.txt. - - See also - printer driver file. - - Default: none - Example: printer driver location = \\MACHINE\PRINTER$ - - - - - - printer name (S) This parameter specifies the name of the printer @@ -7729,26 +7604,6 @@ let "time++" - - use rhosts (G) - If this global parameter is yes, it specifies - that the UNIX user's .rhosts file in their home directory - will be read to find the names of hosts and users who will be allowed - access without specifying a password. - - NOTE: The use of use rhosts - can be a major security hole. This is because you are - trusting the PC to supply the correct username. It is very easy to - get a PC to supply a false username. I recommend that the - use rhosts option be only used if you really know what - you are doing. - - Default: use rhosts = no - - - - - user (S) Synonym for diff --git a/docs/docbook/projdoc/upgrading-to-3.0.sgml b/docs/docbook/projdoc/upgrading-to-3.0.sgml index 5b6b8dd635..c90c8922d6 100644 --- a/docs/docbook/projdoc/upgrading-to-3.0.sgml +++ b/docs/docbook/projdoc/upgrading-to-3.0.sgml @@ -16,4 +16,21 @@ FIXME + +Obsolete configuration options + + +In 3.0, the following configuration options have been removed. + + + +printer driver +printer driver file +printer driver location +use rhosts +postscript + + + + -- cgit