From: John Terpstra Date: Wed, 22 Jun 2005 07:17:42 +0000 (+0000) Subject: Another update. X-Git-Tag: samba-3.3.0pre1~2026 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=100a6683e6393fc97e2d5d31e5c8cc7b6dcd9085;p=thirdparty%2Fsamba.git Another update. --- diff --git a/docs/Samba3-HOWTO/TOSHARG-IDMAP.xml b/docs/Samba3-HOWTO/TOSHARG-IDMAP.xml index 4e7a0b978b2..173cc0b22aa 100644 --- a/docs/Samba3-HOWTO/TOSHARG-IDMAP.xml +++ b/docs/Samba3-HOWTO/TOSHARG-IDMAP.xml @@ -16,7 +16,7 @@ UID GID The Microsoft Windows operating system has a number of features that impose specific challenges -to interoperability with the operating system on which Samba is implemented. This chapter deals +to interoperability with the operating systems on which Samba is implemented. This chapter deals explicitly with the mechanisms Samba-3 (version 3.0.8 and later) uses to overcome one of the key challenges in the integration of Samba servers into an MS Windows networking environment. This chapter deals with identity mapping (IDMAP) of Windows security identifiers (SIDs) diff --git a/docs/Samba3-HOWTO/TOSHARG-RightsAndPriviliges.xml b/docs/Samba3-HOWTO/TOSHARG-RightsAndPriviliges.xml index be835421299..fec78b2ade5 100644 --- a/docs/Samba3-HOWTO/TOSHARG-RightsAndPriviliges.xml +++ b/docs/Samba3-HOWTO/TOSHARG-RightsAndPriviliges.xml @@ -75,8 +75,8 @@ The remainder of this chapter explains how to manage and use these privileges on - Privilege - Description + Privilege + Description diff --git a/docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml b/docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml index fd3830ee9f8..b2be6ecc185 100644 --- a/docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml +++ b/docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml @@ -607,7 +607,8 @@ DOM\jht #!/bin/bash -/usr/bin/net rpc group addmem "Power Users" "DOMAIN_NAME\$1" -UAdministrator%secret -S $2 +/usr/bin/net rpc group addmem "Power Users" "DOMAIN_NAME\$1" \ + -UAdministrator%secret -S $2 exit 0