From ab8552ea51b8ed0f67252ffda6b502d0d6c23bf7 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Mon, 16 Apr 2007 07:47:27 +0000 Subject: [PATCH] Add some missing whitespaces. (This used to be commit a4598542897699d35c2614f87044ddd4f138d85d) --- docs/manpages-3/smb.conf.5.xml | 6 +++--- docs/smbdotconf/base/bindinterfacesonly.xml | 14 +++++++------- docs/smbdotconf/ldap/ldapssl.xml | 4 ++-- docs/smbdotconf/ldap/ldapsuffix.xml | 6 +++--- docs/smbdotconf/locking/sharemodes.xml | 2 +- docs/smbdotconf/locking/strictlocking.xml | 4 ++-- docs/smbdotconf/logon/addmachinescript.xml | 2 +- docs/smbdotconf/logon/adduserscript.xml | 2 +- docs/smbdotconf/logon/enableprivileges.xml | 2 +- docs/smbdotconf/logon/logonhome.xml | 2 +- docs/smbdotconf/logon/shutdownscript.xml | 2 +- docs/smbdotconf/misc/utmp.xml | 2 +- docs/smbdotconf/security/aclgroupcontrol.xml | 2 +- docs/smbdotconf/security/allowtrusteddomains.xml | 2 +- docs/smbdotconf/winbind/winbindenumusers.xml | 6 +++--- .../smbdotconf/winbind/winbindusedefaultdomain.xml | 2 +- 16 files changed, 30 insertions(+), 30 deletions(-) diff --git a/docs/manpages-3/smb.conf.5.xml b/docs/manpages-3/smb.conf.5.xml index 2e270fe454a..13743debf14 100644 --- a/docs/manpages-3/smb.conf.5.xml +++ b/docs/manpages-3/smb.conf.5.xml @@ -18,8 +18,8 @@ The smb.conf file is a configuration file for the Samba suite. smb.conf contains runtime configuration information for the Samba programs. The - smb.conf file is designed to be configured and administered by the - swat 8 program. The + smb.conf file is designed to be configured and administered by the + swat 8 program. The complete description of the file format and possible parameters held within are here for reference purposes. @@ -77,7 +77,7 @@ There are three special sections, [global], [homes] and [printers], which are described under - special sections. The following notes apply to ordinary section descriptions. + special sections. The following notes apply to ordinary section descriptions. diff --git a/docs/smbdotconf/base/bindinterfacesonly.xml b/docs/smbdotconf/base/bindinterfacesonly.xml index ae72efd73d0..bccac4a0da4 100644 --- a/docs/smbdotconf/base/bindinterfacesonly.xml +++ b/docs/smbdotconf/base/bindinterfacesonly.xml @@ -16,13 +16,13 @@ also binds to the "all addresses" interface (0.0.0.0) on ports 137 and 138 for the purposes of reading broadcast messages. If this option is not set then nmbd will service name requests on all of these sockets. If is set then - nmbd will check the source address of any packets coming in on the + nmbd will check the source address of any packets coming in on the broadcast sockets and discard any that don't match the broadcast addresses of the interfaces in the parameter list. As unicast packets are received on the other sockets it allows nmbd to refuse to serve names to machines that send packets that arrive through any interfaces not listed in the list. IP Source address spoofing does defeat this simple check, however, so it must not be used seriously as a security feature for - nmbd. + nmbd. @@ -36,17 +36,17 @@ If is set then unless the network address - 127.0.0.1 is added to the parameter list - smbpasswd 8 and - swat 8 may not work as + 127.0.0.1 is added to the parameter list + smbpasswd 8 and + swat 8 may not work as expected due to the reasons covered below. To change a users SMB password, the smbpasswd by default connects to the - localhost - 127.0.0.1 address as an SMB client to issue the password change request. If + localhost - 127.0.0.1 address as an SMB client to issue the password change request. If is set then unless the network address - 127.0.0.1 is added to the parameter list then 127.0.0.1 is added to the parameter list then smbpasswd will fail to connect in it's default mode. smbpasswd can be forced to use the primary IP interface of the local host by using its smbpasswd 8 NOT related to Samba's previous SSL support which was enabled by specifying the - --with-ssl option to the configure + --with-ssl option to the configure script. The can be set to one of three values: @@ -30,7 +30,7 @@ moreinfo="none">ldap server. Only available when the backwards-compatiblity --with-ldapsam option is specified - to configure. See + to configure. See . diff --git a/docs/smbdotconf/ldap/ldapsuffix.xml b/docs/smbdotconf/ldap/ldapsuffix.xml index 47d5a5bba2d..48595139a27 100644 --- a/docs/smbdotconf/ldap/ldapsuffix.xml +++ b/docs/smbdotconf/ldap/ldapsuffix.xml @@ -8,9 +8,9 @@ The ldap suffix will be appended to the values specified for the , - , , and the - . Each of these should be given only a DN relative to the - . + , , and the + . Each of these should be given only a DN relative to the + . diff --git a/docs/smbdotconf/locking/sharemodes.xml b/docs/smbdotconf/locking/sharemodes.xml index a2ce2e7ad6c..e8371a563da 100644 --- a/docs/smbdotconf/locking/sharemodes.xml +++ b/docs/smbdotconf/locking/sharemodes.xml @@ -13,7 +13,7 @@ UNIX doesn't support shared memory (almost all do). The share modes that are enabled by this option are - DENY_DOS, DENY_ALL, + DENY_DOS, DENY_ALL, DENY_READ, DENY_WRITE, DENY_NONE and DENY_FCB. diff --git a/docs/smbdotconf/locking/strictlocking.xml b/docs/smbdotconf/locking/strictlocking.xml index 9a2498d91d7..e3a0ed7b4c5 100644 --- a/docs/smbdotconf/locking/strictlocking.xml +++ b/docs/smbdotconf/locking/strictlocking.xml @@ -21,8 +21,8 @@ Well-behaved clients always ask for lock checks when it is important. So in the vast majority of cases, - strict locking = Auto or - strict locking = no is acceptable. + strict locking = Auto or + strict locking = no is acceptable. Auto diff --git a/docs/smbdotconf/logon/addmachinescript.xml b/docs/smbdotconf/logon/addmachinescript.xml index 08e255d0090..c06a4a964ff 100644 --- a/docs/smbdotconf/logon/addmachinescript.xml +++ b/docs/smbdotconf/logon/addmachinescript.xml @@ -6,7 +6,7 @@ This is the full pathname to a script that will be run by - smbd 8 when a machine is + smbd 8 when a machine is added to Samba's domain and a Unix account matching the machine's name appended with a "$" does not already exist. diff --git a/docs/smbdotconf/logon/adduserscript.xml b/docs/smbdotconf/logon/adduserscript.xml index 8f50bc0a699..7128cb73c7e 100644 --- a/docs/smbdotconf/logon/adduserscript.xml +++ b/docs/smbdotconf/logon/adduserscript.xml @@ -15,7 +15,7 @@ files on this server. For sites that use Windows NT account databases as their primary user database creating these users and keeping the user list in sync with the Windows NT PDC is an onerous task. This option allows smbd to create the required UNIX users - ON DEMAND when a user accesses the Samba server. + ON DEMAND when a user accesses the Samba server. diff --git a/docs/smbdotconf/logon/enableprivileges.xml b/docs/smbdotconf/logon/enableprivileges.xml index aedd4c8f98c..3e958e0ce9a 100644 --- a/docs/smbdotconf/logon/enableprivileges.xml +++ b/docs/smbdotconf/logon/enableprivileges.xml @@ -6,7 +6,7 @@ This parameter controls whether or not smbd will honor privileges assigned to specific SIDs via either - net rpc rights or one of the Windows user and group manager tools. This parameter is + net rpc rights or one of the Windows user and group manager tools. This parameter is enabled by default. It can be disabled to prevent members of the Domain Admins group from being able to assign privileges to users or groups which can then result in certain smbd operations running as root that would normally run under the context of the connected user. diff --git a/docs/smbdotconf/logon/logonhome.xml b/docs/smbdotconf/logon/logonhome.xml index 06f3d473756..b7a10a98fca 100644 --- a/docs/smbdotconf/logon/logonhome.xml +++ b/docs/smbdotconf/logon/logonhome.xml @@ -33,7 +33,7 @@ This tells Samba to return the above string, with substitutions made when a client requests the info, generally in a NetUserGetInfo request. Win9X clients truncate the info to \\server\share when a user does - net use /home but use the whole string when dealing with profiles. + net use /home but use the whole string when dealing with profiles. diff --git a/docs/smbdotconf/logon/shutdownscript.xml b/docs/smbdotconf/logon/shutdownscript.xml index 6183540c3f6..7e8ec8fd3aa 100644 --- a/docs/smbdotconf/logon/shutdownscript.xml +++ b/docs/smbdotconf/logon/shutdownscript.xml @@ -5,7 +5,7 @@ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> This a full path name to a script called by - smbd + smbd 8 that should start a shutdown procedure. diff --git a/docs/smbdotconf/misc/utmp.xml b/docs/smbdotconf/misc/utmp.xml index d60a6e5bec2..67c02cc64c0 100644 --- a/docs/smbdotconf/misc/utmp.xml +++ b/docs/smbdotconf/misc/utmp.xml @@ -7,7 +7,7 @@ This boolean parameter is only available if Samba has been configured and compiled with the option --with-utmp. If set to - yes then Samba will attempt to add utmp or utmpx records + yes then Samba will attempt to add utmp or utmpx records (depending on the UNIX system) whenever a connection is made to a Samba server. Sites may use this to record the user connecting to a Samba share. diff --git a/docs/smbdotconf/security/aclgroupcontrol.xml b/docs/smbdotconf/security/aclgroupcontrol.xml index 493898553e1..2039e6c4ead 100644 --- a/docs/smbdotconf/security/aclgroupcontrol.xml +++ b/docs/smbdotconf/security/aclgroupcontrol.xml @@ -6,7 +6,7 @@ In a POSIX filesystem, only the owner of a file or directory and the superuser can modify the permissions and ACLs on a file. If this parameter is set, then Samba overrides this restriction, and also allows the - primary group owner of a file or directory to modify the permissions and ACLs + primary group owner of a file or directory to modify the permissions and ACLs on that file. diff --git a/docs/smbdotconf/security/allowtrusteddomains.xml b/docs/smbdotconf/security/allowtrusteddomains.xml index 924e41e7934..57bf1d2422b 100644 --- a/docs/smbdotconf/security/allowtrusteddomains.xml +++ b/docs/smbdotconf/security/allowtrusteddomains.xml @@ -6,7 +6,7 @@ This option only takes effect when the option is set to - server,domain or ads. + server, domain or ads. If it is set to no, then attempts to connect to a resource from a domain or workgroup other than the one which smbd is running in will fail, even if that domain is trusted by the remote server diff --git a/docs/smbdotconf/winbind/winbindenumusers.xml b/docs/smbdotconf/winbind/winbindenumusers.xml index 002c6e065aa..c987feaf8af 100644 --- a/docs/smbdotconf/winbind/winbindenumusers.xml +++ b/docs/smbdotconf/winbind/winbindenumusers.xml @@ -6,10 +6,10 @@ On large installations using winbindd 8 it may be necessary to suppress the enumeration of users through the setpwent(), - getpwent() and - endpwent() group of system calls. If + getpwent() and + endpwent() group of system calls. If the winbind enum users parameter is - no, calls to the getpwent system call + no, calls to the getpwent system call will not return any data. Turning off user diff --git a/docs/smbdotconf/winbind/winbindusedefaultdomain.xml b/docs/smbdotconf/winbind/winbindusedefaultdomain.xml index 3fe76da349a..334068a329a 100644 --- a/docs/smbdotconf/winbind/winbindusedefaultdomain.xml +++ b/docs/smbdotconf/winbind/winbindusedefaultdomain.xml @@ -5,7 +5,7 @@ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> This parameter specifies whether the - winbindd + winbindd 8 daemon should operate on users without domain component in their username. Users without a domain component are treated as is part of the winbindd server's own -- 2.34.1