From 2646df5691979d4a92acfe7664187fcacf734574 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 2 Oct 2002 18:43:25 +0000 Subject: Remove deprecated smb.conf options that were still in smb.conf.5: domain admin group domain guest group use rhosts status (This used to be commit 475594a43938aaace7868b4fadc50d571ce18414) --- docs/docbook/manpages/smb.conf.5.sgml | 91 +---------------------------------- 1 file changed, 2 insertions(+), 89 deletions(-) (limited to 'docs/docbook/manpages') diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml index c0893f1005..8cb40e2284 100644 --- a/docs/docbook/manpages/smb.conf.5.sgml +++ b/docs/docbook/manpages/smb.conf.5.sgml @@ -630,8 +630,6 @@ disable spoolss display charset dns proxy - domain admin group - domain guest group domain logons domain master dos charset @@ -762,7 +760,6 @@ unix password sync update encrypted use mmap - use rhosts username level username map utmp @@ -897,7 +894,6 @@ set directory share modes short preserve case - status strict allocate strict locking strict sync @@ -2291,53 +2287,6 @@ - - - domain admin group (G) - This parameter is intended as a temporary solution - to enable users to be a member of the "Domain Admins" group when - a Samba host is acting as a PDC. A complete solution will be provided - by a system for mapping Windows NT/2000 groups onto UNIX groups. - Please note that this parameter has a somewhat confusing name. It - accepts a list of usernames and of group names in standard - smb.conf notation. - - - See also domain - guest group, domain - logons - - - Default: no domain administrators - Example: domain admin group = root @wheel - - - - - - - - domain guest group (G) - This parameter is intended as a temporary solution - to enable users to be a member of the "Domain Guests" group when - a Samba host is acting as a PDC. A complete solution will be provided - by a system for mapping Windows NT/2000 groups onto UNIX groups. - Please note that this parameter has a somewhat confusing name. It - accepts a list of usernames and of group names in standard - smb.conf notation. - - - See also domain - admin group, domain - logons - - - Default: no domain guests - Example: domain guest group = nobody @guest - - - - domain logons (G) If set to true, the Samba server will serve @@ -5849,7 +5798,7 @@ - preload + preload (G) This is a list of services that you want to be automatically added to the browse lists. This is most useful for homes and printers services that would otherwise not be @@ -7257,22 +7206,6 @@ - - status (G) - This enables or disables logging of connections - to a status file that smbstatus(1) - can read. - - With this disabled smbstatus won't be able - to tell you what connections are active. You should never need to - change this parameter. - - Default: status = yes - - - - - strict allocate (S) This is a boolean that controls the handling of @@ -7635,26 +7568,6 @@ - - use rhosts (G) - If this global parameter is true, 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 @@ -8199,7 +8112,7 @@ veto files = /.AppleDouble/.bin/.AppleDesktop/Network Trash Folder/ winbind use default domain - winbind use default domain + winbind use default domain (G) This parameter specifies whether the winbindd(8) daemon should operate on users without domain component in their username. -- cgit