From 1b0690fd83dda57d96da3eb5fcd7bc482d1f97d4 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Mon, 11 Jun 2012 20:58:11 +0200 Subject: s3/doc: some spelling fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to Frans Luteijn for providing the fixes! Autobuild-User(master): Björn Jacke Autobuild-Date(master): Mon Jun 11 23:16:26 CEST 2012 on sn-devel-104 --- docs-xml/smbdotconf/security/aclgroupcontrol.xml | 2 +- docs-xml/smbdotconf/security/algorithmicridbase.xml | 2 +- docs-xml/smbdotconf/security/passwordserver.xml | 4 ++-- docs-xml/smbdotconf/security/restrictanonymous.xml | 2 +- docs-xml/smbdotconf/security/usernamemap.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) (limited to 'docs-xml/smbdotconf/security') diff --git a/docs-xml/smbdotconf/security/aclgroupcontrol.xml b/docs-xml/smbdotconf/security/aclgroupcontrol.xml index 6efd46dd8d..e62216a8ef 100644 --- a/docs-xml/smbdotconf/security/aclgroupcontrol.xml +++ b/docs-xml/smbdotconf/security/aclgroupcontrol.xml @@ -14,7 +14,7 @@ that group to modify the permissions on it. This allows the delegation of security controls on a point in the filesystem to the group owner of a directory and anything below it also owned by that group. This means there are multiple people with permissions to modify ACLs on a file - or directory, easing managability. + or directory, easing manageability. This parameter allows Samba to also permit delegation of the control over a point in the exported diff --git a/docs-xml/smbdotconf/security/algorithmicridbase.xml b/docs-xml/smbdotconf/security/algorithmicridbase.xml index 24a3150024..bcf3ef673c 100644 --- a/docs-xml/smbdotconf/security/algorithmicridbase.xml +++ b/docs-xml/smbdotconf/security/algorithmicridbase.xml @@ -11,7 +11,7 @@ Setting this option to a larger value could be useful to sites transitioning from WinNT and Win2k, as existing user and - group rids would otherwise clash with sytem users etc. + group rids would otherwise clash with system users etc. All UIDs and GIDs must be able to be resolved into SIDs for diff --git a/docs-xml/smbdotconf/security/passwordserver.xml b/docs-xml/smbdotconf/security/passwordserver.xml index 09d335c3ac..ad242c4a41 100644 --- a/docs-xml/smbdotconf/security/passwordserver.xml +++ b/docs-xml/smbdotconf/security/passwordserver.xml @@ -15,7 +15,7 @@ should not be used, as the default '*' indicates to Samba to determine the best DC to contact dynamically, just as all other hosts in an AD domain do. This allows the domain to be maintained without modification to - the smb.conf file. The cryptograpic protection on the authenticated RPC calls + the smb.conf file. The cryptographic protection on the authenticated RPC calls used to verify passwords ensures that this default is safe. It is strongly recommended that you use the @@ -72,7 +72,7 @@ Using a password server means your UNIX box (running - Samba) is only as secure as (a host masqurading as) your password server. DO NOT + Samba) is only as secure as (a host masquerading as) your password server. DO NOT CHOOSE A PASSWORD SERVER THAT YOU DON'T COMPLETELY TRUST. diff --git a/docs-xml/smbdotconf/security/restrictanonymous.xml b/docs-xml/smbdotconf/security/restrictanonymous.xml index 1fbf983d54..8e2ef081d1 100644 --- a/docs-xml/smbdotconf/security/restrictanonymous.xml +++ b/docs-xml/smbdotconf/security/restrictanonymous.xml @@ -13,7 +13,7 @@ HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ registry key in Windows 2000 and Windows NT. When set to 0, user and group list information is returned to anyone who asks. When set - to 1, only an authenticated user can retrive user and + to 1, only an authenticated user can retrieve user and group list information. For the value 2, supported by Windows 2000/XP and Samba, no anonymous connections are allowed at all. This can break third party and Microsoft diff --git a/docs-xml/smbdotconf/security/usernamemap.xml b/docs-xml/smbdotconf/security/usernamemap.xml index 54179690be..fec7375f7f 100644 --- a/docs-xml/smbdotconf/security/usernamemap.xml +++ b/docs-xml/smbdotconf/security/usernamemap.xml @@ -14,7 +14,7 @@ Please note that for user or share mode security, the username map is applied prior to validating the user credentials. Domain member servers (domain or ads) apply the username map after the user has been - successfully authenticated by the domain controller and require fully qualified enties in the map table (e.g. + successfully authenticated by the domain controller and require fully qualified entries in the map table (e.g. biddle = DOMAIN\foo). -- cgit