diff options
author | John Terpstra <jht@samba.org> | 2005-06-22 07:17:42 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:52 -0500 |
commit | fd695d9a455f4bf5d3cb2e344af15489cace10f9 (patch) | |
tree | 4bcca68964c73c0559924f164e540bc4ef562803 | |
parent | 99587b2b3cd4eb6699b1480f0559da9b393777ea (diff) | |
download | samba-fd695d9a455f4bf5d3cb2e344af15489cace10f9.tar.gz samba-fd695d9a455f4bf5d3cb2e344af15489cace10f9.tar.bz2 samba-fd695d9a455f4bf5d3cb2e344af15489cace10f9.zip |
Another update.
(This used to be commit 100a6683e6393fc97e2d5d31e5c8cc7b6dcd9085)
-rw-r--r-- | docs/Samba3-HOWTO/TOSHARG-IDMAP.xml | 2 | ||||
-rw-r--r-- | docs/Samba3-HOWTO/TOSHARG-RightsAndPriviliges.xml | 4 | ||||
-rw-r--r-- | docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml | 3 |
3 files changed, 5 insertions, 4 deletions
diff --git a/docs/Samba3-HOWTO/TOSHARG-IDMAP.xml b/docs/Samba3-HOWTO/TOSHARG-IDMAP.xml index 4e7a0b978b..173cc0b22a 100644 --- a/docs/Samba3-HOWTO/TOSHARG-IDMAP.xml +++ b/docs/Samba3-HOWTO/TOSHARG-IDMAP.xml @@ -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) diff --git a/docs/Samba3-HOWTO/TOSHARG-RightsAndPriviliges.xml b/docs/Samba3-HOWTO/TOSHARG-RightsAndPriviliges.xml index be83542129..fec78b2ade 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 <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> diff --git a/docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml b/docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml index fd3830ee9f..b2be6ecc18 100644 --- a/docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml +++ b/docs/Samba3-HOWTO/TOSHARG-TheNetCommand.xml @@ -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> |