]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Another update.
authorJohn Terpstra <jht@samba.org>
Wed, 22 Jun 2005 07:17:42 +0000 (07:17 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:46:52 +0000 (08:46 -0500)
docs/Samba3-HOWTO/TOSHARG-IDMAP.xml
docs/Samba3-HOWTO/TOSHARG-RightsAndPriviliges.xml
docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml

index 4e7a0b978b2aea9d22df71dc925f5fcdfe3591b1..173cc0b22aacb223f5e0885fa22854cf805e73c6 100644 (file)
@@ -16,7 +16,7 @@
 <indexterm><primary>UID</primary></indexterm>
 <indexterm><primary>GID</primary></indexterm>
 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)
index be8354212999b00e254c0bdc3422d4c37c49b02f..fec78b2ade572bc3bf4d33d5276d701962ea397d 100644 (file)
@@ -75,8 +75,8 @@ The remainder of this chapter explains how to manage and use these privileges on
                 <colspec align="left"/>
                 <thead>
                         <row>
-                                <entry align="center">Privilege</entry>
-                                <entry align="center">Description</entry>
+                                <entry align="left">Privilege</entry>
+                                <entry align="left">Description</entry>
                         </row>
                 </thead>
                 <tbody>
index fd3830ee9f8d50c5f2e7e2a2d91227da8768676f..b2be6ecc185dcc2b40c7cda2bc69472b66d6506e 100644 (file)
@@ -607,7 +607,8 @@ DOM\jht
 <screen>
 #!/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
 </screen>